QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#659611 | #7944. Max Minus Min | ZhaoZiLong | Compile Error | / | / | C++98 | 2.1kb | 2024-10-19 20:58:42 | 2024-10-19 20:58:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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