Run ID:137273

提交时间:2025-11-17 16:03:14

using namespace std; int main() { int a; cin>>a>>b; if(a>0){ cout<<"YES"; }else{ cout<<"NO"; } }