QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#659611#7944. Max Minus MinZhaoZiLongCompile Error//C++982.1kb2024-10-19 20:58:422024-10-19 20:58:42

详细

answer.code: In function ‘void sufi()’:
answer.code:56:18: error: ‘>>’ should be ‘> >’ within a nested template argument list
   56 | map<ll,vector<int>>mp;
      |                  ^~
      |                  > >
answer.code:67:6: error: ‘it’ does not name a type; did you mean ‘int’?
   67 | auto it=mp.begin();
      |      ^~
      |      int
answer.code:68:9: error: ‘it’ was not declared in this scope; did you mean ‘int’?
   68 | int l=(*it).second[0];
      |         ^~
      |         int