| Problem | mountainjourney |
|---|---|
| User | mingze |
| Submission Time | 2026-06-24 11:00:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:16:23: error: ‘i’ was not declared in this scope
16 | vector<int> X = A[i];
| ^
mountainjourney.cpp:18:19: error: found ‘:’ in nested-name-specifier, expected ‘::’
18 | for(int i = 0; i : X) {
| ^
| ::
mountainjourney.cpp:18:17: error: ‘i’ is not a class, namespace, or enumeration
18 | for(int i = 0; i : X) {
| ^
mountainjourney.cpp:21:1: error: expected primary-expression before ‘}’ token
21 | }
| ^
mountainjourney.cpp:20:3: error: expected ‘;’ before ‘}’ token
20 | }
| ^
| ;
21 | }
| ~
mountainjourney.cpp:21:1: error: expected primary-expression before ‘}’ token
21 | }
| ^
mountainjourney.cpp:20:3: error: expected ‘)’ before ‘}’ token
20 | }
| ^
| )
2