Problem smurf
User PlayVoltz
Submission Time 2023-03-22 13:48:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:12:29: error: expected ‘;’ before ‘{’ token
12 | for (int i=0; i<((n-n%2)/2){
| ^
| ;
smurf.cpp:12:29: error: expected primary-expression before ‘{’ token
smurf.cpp:12:29: error: expected ‘)’ before ‘{’ token
12 | for (int i=0; i<((n-n%2)/2){
| ~ ^
| )