Problem change
User TheInvadr
Submission Time 2025-01-02 12:54:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

change.cpp: In function ‘int main()’:
change.cpp:14:9: error: ‘in’ was not declared in this scope; did you mean ‘yn’?
14 | for(in i = 0;i<100000000;i++)arr[i]=1;
| ^~
| yn
change.cpp:14:18: error: ‘i’ was not declared in this scope
14 | for(in i = 0;i<100000000;i++)arr[i]=1;
| ^