| Problem | mountainjourney2 |
|---|---|
| User | sukidaisukiii |
| Submission Time | 2026-06-26 16:58:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:12:26: error: expected ‘;’ before ‘if’
12 | sort(a.begin(), a.end())
| ^
| ;
13 | if (n == 1 & m == 1) {
| ~~