QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#795828 | #8940. Piggy Sort | ucup-team4538 | Compile Error | / | / | C++23 | 2.2kb | 2024-12-01 02:07:36 | 2024-12-01 02:07:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:35:29: error: ‘N’ was not declared in this scope 35 | for (int i = 0; i < N; i++) mp[i].clear(); | ^