QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#44980 | #4561. Catfish Farm | ZhaoZiLong | Compile Error | / | / | C++11 | 805b | 2022-08-22 12:10:43 | 2022-08-22 12:10:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:8:15: error: ‘MAXN’ was not declared in this scope; did you mean ‘MAXM’? 8 | vector<int> x(MAXN), y(MAXN), w(MAXN); | ^~~~ | MAXM answer.code:8:24: error: ‘MAXN’ was not declared in this scope; did you mean ‘MAXM’? 8 | vector<int> x(MAXN), y(MAXN), w(MAXN); | ^~~~ | MAXM answer.code:8:33: error: ‘MAXN’ was not declared in this scope; did you mean ‘MAXM’? 8 | vector<int> x(MAXN), y(MAXN), w(MAXN); | ^~~~ | MAXM