QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#153880 | #4810. Add One | alch07 | Compile Error | / | / | C++14 | 1.6kb | 2023-08-31 09:55:33 | 2023-08-31 09:55:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:65:17: error: expected ‘,’ or ‘;’ before ‘for’ 65 | for(int j = 0; j < n; j++){ | ^~~ answer.code:65:32: error: ‘j’ was not declared in this scope 65 | for(int j = 0; j < n; j++){ | ^