QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#44980#4561. Catfish FarmZhaoZiLongCompile Error//C++11805b2022-08-22 12:10:432022-08-22 12:10:45

詳細信息

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