QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#659611#7944. Max Minus MinZhaoZiLongCompile Error//C++982.1kb2024-10-19 20:58:422024-10-19 20:58:42

Details

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