0_0_38682795_31119.cpp: In function 'int main()':
0_0_38682795_31119.cpp:17:21: error: expected ';' before ')' token
17 | for(int i=0;i<200004);i++)a[i]=0;
| ^
| ;
0_0_38682795_31119.cpp:17:23: error: 'i' was not declared in this scope
17 | for(int i=0;i<200004);i++)a[i]=0;
| ^
|