QOJ.ac
QOJ
QOJ is currently under a maintenance. It might be unavailable in the following a few hours.
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#891721 | #2169. 'S No Problem | ZhaoZiLong | Compile Error | / | / | C++23 | 39b | 2025-02-09 16:45:39 | 2025-02-09 16:45:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:3: error: expected unqualified-id before ‘for’ 1 | for (int i = 0; i < x.size(); i++) { | ^~~ answer.code:1:23: error: ‘x’ was not declared in this scope 1 | for (int i = 0; i < x.size(); i++) { | ^ answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:23: error: ‘x’ was not declared in this scope answer.code:1:19: error: ‘i’ does not name a type 1 | for (int i = 0; i < x.size(); i++) { | ^ answer.code:1:33: error: ‘i’ does not name a type 1 | for (int i = 0; i < x.size(); i++) { | ^