QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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