0_0_39323924_30830.cpp:139:5: error: redefinition of 'long long int read()'
139 | int read()
| ^~~~
0_0_39323924_30830.cpp:22:5: note: 'long long int read()' previously defined here
22 | int read()
| ^~~~
0_0_39323924_30830.cpp:146:11: error: redefinition of 'const long long int INF'
146 | const int INF=998244353;
| ^~~
0_0_39323924_30830.cpp:29:11: note: 'const long long int INF' previously defined here
29 | const int INF=998244353;
| ^~~
0_0_39323924_30830.cpp:147:11: error: redefinition of 'const long long int P'
147 | const int P=998244353;
| ^
0_0_39323924_30830.cpp:30:11: note: 'const long long int P' previously defined here
30 | const int P=998244353;
| ^
0_0_39323924_30830.cpp:148:11: error: redefinition of 'const long long int N'
148 | const int N=2e5+5;
| ^
0_0_39323924_30830.cpp:31:11: note: 'const long long int N' previously defined here
31 | const int N=2e5+5;
| ^
0_0_39323924_30830.cpp:149:5: error: redefinition of 'long long int mp [510][510]'
149 | int mp[510][510];
| ^~
0_0_39323924_30830.cpp:32:5: note: 'long long int mp [510][510]' previously declared here
32 | int mp[510][510];
| ^~
0_0_39323924_30830.cpp:150:5: error: redefinition of 'long long int ans [510][510]'
150 | int ans[510][510];
| ^~~
0_0_39323924_30830.cpp:33:5: note: 'long long int ans [510][510]' previously declared here
33 | int ans[510][510];
| ^~~
0_0_39323924_30830.cpp:151:5: error: redefinition of 'long long int n'
151 | int n;
| ^
0_0_39323924_30830.cpp:34:5: note: 'long long int n' previously declared here
34 | int n;
| ^
0_0_39323924_30830.cpp:152:6: error: redefinition of 'void bfs(long long int, long long int)'
152 | void bfs(int x,int y)
| ^~~
0_0_39323924_30830.cpp:35:6: note: 'void bfs(long long int, long long int)' previously defined here
35 | void bfs(int x,int y)
| ^~~
0_0_39323924_30830.cpp:190:6: error: redefinition of 'void solve()'
190 | void solve()
| ^~~~~
0_0_39323924_30830.cpp:73:6: note: 'void solve()' previously defined here
73 | void solve()
| ^~~~~
0_0_39323924_30830.cpp:217:8: error: redefinition of 'int main()'
217 | signed main()
| ^~~~
0_0_39323924_30830.cpp:100:8: note: 'int main()' previously defined here
100 | signed main()
| ^~~~
|