Problem mountainjourney
User 3rica
Submission Time 2026-06-24 10:38:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i = 0; i < N; i++){
| ^
mountainjourney.cpp:16:7: error: ‘i’ was not declared in this scope
16 | for (i = 0; i < M; i++){
| ^
mountainjourney.cpp:21:2: error: ‘v’ was not declared in this scope
21 | v.resize(N += M);
| ^
mountainjourney.cpp:23:11: error: expected unqualified-id before ‘=’ token
23 | for (int = 0 ;i < M ;i++){
| ^
mountainjourney.cpp:23:11: error: expected ‘;’ before ‘=’ token
mountainjourney.cpp:23:11: error: expected primary-expression before ‘=’ token
mountainjourney.cpp:23:16: error: ‘i’ was not declared in this scope
23 | for (int = 0 ;i < M ;i++){
| ^
mountainjourney.cpp:23:21: error: expected ‘)’ before ‘;’ token
23 | for (int = 0 ;i < M ;i++){
| ~ ^~