本题只需要输出你想要的评测
想必大家都想AC
C++ CODE:

#include<bits/stdc++.h>//万能头
using namespace std;
int main()
{
    cout<<"AC"<<endl;
    return 0;//妈妈说return 0; 好习惯
}