"AC"damn码
原题链接:66409.五颜六色的测试点2025-08-10 18:12:50
发布于:浙江
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("JasonStudio.in","r",stdin);
freopen("JasonStudio.out","w",stdout);
string a;cin >> a;
if(a == "AC") cout << "AC";
else if(a == "WA") cout << "WAAA!!";
else if(a == "RE") return -1;
else if(a == "OLE") while(1)cout <<"OLE";
else if(a == "PE") cout <<"P E";
else if(a == "TLE") while(1);
else while(1) new long long(0);
fclose(stdin);
fclose(stdout);
}
这里空空如也
有帮助,赞一个