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