QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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(); | ^