| Problem | mountainjourney2 |
|---|---|
| User | chlq3x |
| Submission Time | 2026-06-26 15:27:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:11:9: error: expected unqualified-id before ‘>>’ token
11 | int >> N;
| ^~
mountainjourney2.cpp:13:5: error: ‘v’ was not declared in this scope
13 | v.push_back(N);
| ^
mountainjourney2.cpp:17:13: error: expected ‘;’ before ‘}’ token
17 | cin >> M
| ^
| ;
18 | }
| ~