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