AC:Accept的缩写,意为通过WA:Wrong Answer的缩写,意为答案错误
RE:Runtime Error的缩写,意为运行错误(通常是数组越界或爆栈了)
CE:Compilation Error的缩写,意为编译错误
TLE:Time Limit Exceeded的缩写,意为时间超限(通常是死循环或时间复杂度不对)
MLE:Memory Limit Exceeded的缩写,意为内存超限(通常是数组开大了)
PE:格式错误
OLE:Output Limit Exceeded的缩写,意为输出超限(通常是没有删调试语句)
作者:知乎用户
链接:https://www.zhihu.com/question/371296221/answer/1011493419