QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#704632 | #5414. Stop, Yesterday Please No More | ucup-team5495 | Compile Error | / | / | C++17 | 2.3kb | 2024-11-02 20:29:25 | 2024-11-02 20:29:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve(int)’: answer.code:78:39: error: expected ‘;’ before numeric constant 78 | for (int j = 1500 - m; j <= 15 | ^ | ; 79 | 00 + m; j++) { | ~~ answer.code:79:19: error: expected ‘)’ before ‘;’ token 79 | 00 + m; j++) { | ^ | ) answer.code:78:13: note: to match this ‘(’ 78 | for (int j = 1500 - m; j <= 15 | ^ answer.code:79:21: error: ‘j’ was not declared in this scope 79 | 00 + m; j++) { | ^