QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#589070 | #8780. Training, Round 2 | ZhaoZiLong | Compile Error | / | / | C++17 | 1.1kb | 2024-09-25 16:02:51 | 2024-09-25 16:02:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:15:10: error: request for member ‘insert’ in ‘p[0]’, which is of non-class type ‘std::pair<int, int> [5005]’ 15 | p[0].insert({0,0}); | ^~~~~~