QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#432736 | #7281. How to Avoid Disqualification in 75 Easy Steps | egypt_ioi2024_05# | Compile Error | / | / | C++20 | 439b | 2024-06-07 16:25:03 | 2024-06-07 16:25:04 |
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++) { | ^ answer.code:23:16: error: could not convert ‘ans’ from ‘int’ to ‘std::pair<int, int>’ 23 | return ans; | ^~~ | | | int