Run ID:89518
提交时间:2024-08-25 14:21:05
#include<iostream> using namespace std; int main(){ int cj; cin>>cj; if(cj>=60){ cout<<"yes"; } if(cj<60){ cout<<"no"; } }