| Problem | mountainjourney |
|---|---|
| User | Matrixworld |
| Submission Time | 2026-06-24 10:39:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:10:18: error: expected ‘;’ before ‘long’
10 | cin.tie(NULL)
| ^
| ;
mountainjourney.cpp:14:13: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
14 | cin >> n >> m;
| ^
| yn
mountainjourney.cpp:14:18: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
14 | cin >> n >> m;
| ^
| tm
mountainjourney.cpp:18:16: error: ‘A’ was not declared in this scope
18 | cin >> A[i];
| ^
mountainjourney.cpp:19:1: error: ‘include’ was not declared in this scope
19 | include <bits/stdc++.h>
| ^~~~~~~
mountainjourney.cpp:19:10: error: ‘bits’ was not declared in this scope
19 | include <bits/stdc++.h>
| ^~~~