Run ID:545
提交时间:2022-11-19 14:45:28
#include<iostream> using namespace std; int main(){ int temp; cin>>temp; if(temp>0) { cout<<"Yes"; } else{ cout<<"NO"; } return 0; }