Problem mountainjourney2
User 93541JJ
Submission Time 2026-06-26 15:21:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:15:25: error: expected ‘;’ before ‘for’
15 | sort(A.begin(),A.end())
| ^
| ;
16 | for (int i = 0; i < N; i++){
| ~~~
mountainjourney2.cpp:16:28: error: expected ‘;’ before ‘)’ token
16 | for (int i = 0; i < N; i++){
| ^
| ;
mountainjourney2.cpp:21:22: error: expected ‘}’ at end of input
21 | cout << A(N) << B(M);
| ^
mountainjourney2.cpp:13:29: note: to match this ‘{’
13 | for (int i = 0; i < M; i++){
| ^
mountainjourney2.cpp:21:22: error: expected ‘}’ at end of input
21 | cout << A(N) << B(M);
| ^
mountainjourney2.cpp:11:29: note: to match this ‘{’
11 | for