Run ID:89515

提交时间:2024-08-25 14:20:07

#include<iostream> using namespace std; int main(){ int cj; cin>>cj; if(cj>60){ cout<<"yes"; } if(cj<60){ cout<<"no"; } }