哪里错了

nfxx22 2025-11-12 13:48:52 3

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a>=200) cout<<"跳绳达人!"; else cout<<"继续努力!"; return 0; }

{{ vote && vote.total.up }}

共 4 条回复

wc022 CSP-J2二等

我的感叹号是中文的,你的是英文的,你要确定是中文输入法的情况下打感叹号,或者直接复制样例输出,都行

wc022 CSP-J2二等

你咋还是错的? 还要我亲自来吗?

#include<bits/stdc++.h>
using namespace std;
int main(){
int a;
cin>>a;
if(a>=200)
cout<<"跳绳达人!";
else cout<<"继续努力!";
return 0;
}
nfxx22

谢谢

wc022 CSP-J2二等

你的感叹号是英文的,要中文的,请切换输入法