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

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:9:6: error: expected ‘(’ before ‘{’ token
9 | for {int i=0; i<n; i++)
| ^
| (
eeducation.cpp:9:6: error: expected primary-expression before ‘{’ token
eeducation.cpp:25:1: error: expected primary-expression at end of input
25 | }
| ^
eeducation.cpp:25:2: error: expected ‘;’ at end of input
25 | }
| ~^
| ;
eeducation.cpp:25:1: error: expected primary-expression at end of input
25 | }
| ^
eeducation.cpp:25:2: error: expected ‘)’ at end of input
25 | }
| ~^
| )
eeducation.cpp:9:6: note: to match this ‘(’
9 | for {int i=0; i<n; i++)
| ^
eeducation.cpp:25:1: error: expected statement at end of input
25 | }
| ^
eeducation.cpp:25:1: error: expected ‘}’ at end of input
eeducation.cpp:5:1: note: to match this ‘{’
5 | {
| ^