wq这玩意能全队
2023-08-17 16:00:04
发布于:河北
24阅读
0回复
0点赞
#include <iostream>
#include <cstring>
using namespace std;
int main(){
string a;
cin>>a;
if(a=="AC")cout<<"AC";
else if(a=="WA")cout<<"WA";
else if(a=="RE")cout <<"RE";
else if(a=="PE")cout<<"PE";
else if(a=="TLE")cout << "TLE";
else cout << "MLE";
return 0;
}
这里空空如也
有帮助,赞一个