QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#432737 | #7281. How to Avoid Disqualification in 75 Easy Steps | egypt_ioi2024_05# | Compile Error | / | / | C++20 | 446b | 2024-06-07 16:25:31 | 2024-06-07 16:25:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘std::pair<int, int> scout(int, int)’: answer.code:6:30: error: ‘n’ was not declared in this scope 6 | for (int i = 1; i <= n; i++) { | ^