无
//标准程序,修改好答案后提交 #include <bits/stdc++.h> using namespace std; string s = "0"; int main(){ s += "ABCDABCDABCDABCBDBCC";//字符串更改为你的答案,共20个,其他的都不要更改 int x; cin >> x; cout << s[x]; return 0; }
NOIP初赛