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