QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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