!!!!!
2025-08-10 18:30:03
发布于:江苏
没有CE和SE,差评
全部评论 3
如果是CE的话就是程序有问题,那么就都是CE;
SE就是网站崩了,就都是SE;
所以不可能2026-04-25 来自 天津
2有 SE 的。看我个人题库 SPJ 测试
3天前 来自 浙江
0
SE见题库T1,checker写错于是SE
2026-04-05 来自 湖北
1#include <bits/stdc++.h>
#include <unistd.h>
using namespace std;
int main() {
string a;
cin >> a;
if (a == "AC") {
cout << "AC";
}
else if (a == "WA") {
cout << "WA";
}
else if (a == "RE") {
return -1;
}
else if (a == "PE") {
cout << "PE";
}
else if (a == "TLE") {
while(1) {}
}
else if (a == "MLE") {
vector<char*> v;
while(1) {
v.push_back(new char[1024 * 1024 * 1024 * 1024]);
}
}
else if (a == "OLE") {
string s;
s.reserve(10 * 1024 * 1024); // 预留 10MB
for (int i = 0; i < 10 * 1024 * 1024 / 3; i++) {
s += "OLE";
}
}
else if (a == "SE") {
cout << "SE";
}
return 0;
}
有SE了,但是OLE出不来了2026-07-20 来自 浙江
0














有帮助,赞一个