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