竞赛
考级
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n==1){ cout<<"YES"; }else{ cout<<"no"; } }
提交答案之后,这里将显示提交结果~