QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#874618 | #8302. Incoming Asteroids | raincity | Compile Error | / | / | C++14 | 1.7kb | 2025-01-28 12:26:49 | 2025-01-28 12:26:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:42:82: error: ‘k’ was not declared in this scope 42 | pos[tot][j] = todo[adj[tot][j]].emplace((need[tot] + 2) / 3 + sum[adj[j][k]], tot).first; | ^