Problem smurf
User YongXin
Submission Time 2023-06-06 11:43:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i=0;i<n;++i){
| ^~~
smurf.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for (int i=0;i<n;++i){
| ^