| Problem | mountainjourney2 |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-26 16:21:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:12:8: error: expected initializer before ‘==’ token
12 | int N == 1;
| ^~
mountainjourney2.cpp:13:8: error: expected initializer before ‘==’ token
13 | int M ==1
| ^~
mountainjourney2.cpp:15:18: error: ‘i’ was not declared in this scope
15 | for (int i = 0; i < N; i++) {
| ^