/in/foo.cc:8:11: error: stray '#' in program
8 | int main()#include<bits/stdc++.h>
| ^
/in/foo.cc:8:12: error: expected initializer before 'include'
8 | int main()#include<bits/stdc++.h>
| ^~~~~~~
/in/foo.cc:10:11: error: redefinition of 'const int N'
10 | const int N=1e2+5;
| ^
/in/foo.cc:3:11: note: 'const int N' previously defined here
3 | const int N=1e3+5;
| ^
/in/foo.cc:11:9: error: redefinition of 'int cnt'
11 | int x,y,cnt,a[N][N];
| ^~~
/in/foo.cc:4:9: note: 'int cnt' previously declared here
4 | int n,m,cnt;
| ^~~
/in/foo.cc:35:1: error: expected unqualified-id before '{' token
35 | {
| ^