Problem mountainjourney2
User shredder26
Submission Time 2026-06-26 16:59:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:31:3: error: expected ‘}’ at end of input
31 | }
| ^
mountainjourney2.cpp:21:20: note: to match this ‘{’
21 | if (N==1 && M==1) {
| ^
mountainjourney2.cpp:31:3: error: expected ‘}’ at end of input
31 | }
| ^
mountainjourney2.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^