0_0_39635493_5838.cpp: In function 'int main()':
0_0_39635493_5838.cpp:33:18: error: expected ';' before 'for'
33 | cin>>n>>m
| ^
| ;
34 |
35 | for(int i=0;i<=n;i++)
| ~~~
0_0_39635493_5838.cpp:35:29: error: 'i' was not declared in this scope
35 | for(int i=0;i<=n;i++)
| ^
|