Problem eeducation
User RgsT0829810B03
Submission Time 2023-11-15 11:19:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:10:15: error: expected ‘;’ before ‘long’
10 | cin >> N >> M
| ^
| ;
eeducation.cpp:12:6: error: expected ‘(’ before ‘{’ token
12 | for {int i=0; i<n; i++)
| ^
| (
eeducation.cpp:12:6: error: expected primary-expression before ‘{’ token
eeducation.cpp:27:1: error: expected primary-expression before ‘}’ token
27 | }
| ^
eeducation.cpp:26:3: error: expected ‘;’ before ‘}’ token
26 | }
| ^
| ;
27 | }
| ~
eeducation.cpp:27:1: error: expected primary-expression before ‘}’ token
27 | }
| ^
eeducation.cpp:26:3: error: expected ‘)’ before ‘}’ token
26 | }
| ^
| )
27 | }
| ~
eeducation.cpp:12:6: note: to match this ‘(’
12 | for {int i=0; i<n; i++)
| ^
eeducation.cp