QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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 ++)//?? | ^