QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150250 | #5596. I Could Have Won | GuanYunchang | Compile Error | / | / | C++11 | 1.2kb | 2023-08-25 16:01:29 | 2023-08-25 16:01:33 |
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:19:28: error: ‘AAAAAA’ was not declared in this scope 19 | for (int j = 0; j <AAAAAA len; j ++)//?? | ^~~~~~ answer.code:19:34: error: expected ‘;’ before ‘len’ 19 | for (int j = 0; j <AAAAAA len; j ++)//?? | ^~~~ | ; answer.code:19:38: error: expected ‘)’ before ‘;’ token 19 | for (int j = 0; j <AAAAAA len; j ++)//?? | ~ ^ | ) answer.code:19:40: error: ‘j’ was not declared in this scope 19 | for (int j = 0; j <AAAAAA len; j ++)//?? | ^