Run ID:4857
提交时间:2024-09-21 20:57:26
#include<iostream> using namespace std; int main(){ int a; cin>>a; if (0<a){ cout<<"YES";} else{ cout<<"NO";} }