竞赛
考级
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<"肘击!!!"; return 0; }
AK仔