| Problem | mountainjourney2 |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-26 16:48:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:4:13: error: expected initializer before ‘long’
4 | #define int long long
| ^~~~
mountainjourney2.cpp:8:2: note: in expansion of macro ‘int’
8 | int N == 1
| ^~~
mountainjourney2.cpp:19:22: error: ‘M’ was not declared in this scope
19 | for (int i = 0; i < M; i++) {
| ^