Run ID:136512
提交时间:2025-11-15 12:24:55
int main() { int a; cin>>a>> ; if (a>0) { cout <<"YES"<< endl; } else { cout <<"NO"<< endl; } return 0;