Problem mountainjourney2
User rjdaddy69
Submission Time 2026-06-26 16:26:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountainjourney2.cpp:9:11: error: stray ‘\342’ in program
9 | N + M ≤ 8
| ^
mountainjourney2.cpp:9:12: error: stray ‘\211’ in program
9 | N + M ≤ 8
| ^
mountainjourney2.cpp:9:13: error: stray ‘\244’ in program
9 | N + M ≤ 8
| ^
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:6:11: error: ‘N’ was not declared in this scope
6 | cin >> N;
| ^
mountainjourney2.cpp:7:11: error: ‘M’ was not declared in this scope
7 | cin >> M;
| ^
mountainjourney2.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout << '/n'
| ^
| ;
12 | }
| ~