QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#460650 | #3184. Around the Track | HuangHanSheng | Compile Error | / | / | C++17 | 6.9kb | 2024-07-01 23:41:43 | 2024-07-01 23:41:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:211:34: error: ‘i’ was not declared in this scope 211 | for (int I =0; I < N; ++i) { | ^