#include<bits/stdc++.h> using namespace std; int n; int main() { cin>>n; if(n>199) { cout<<"跳绳达人"; }else { cout<<"继续努力"; } return 0; }
使用您的 NarmoOJ 通用账户