0_0_38920710_11139.cpp:57:11: error: redefinition of 'const int N'
57 | const int N = 1e3 + 10;
| ^
0_0_38920710_11139.cpp:7:11: note: 'const int N' previously defined here
7 | const int N = 1e3 + 10;
| ^
0_0_38920710_11139.cpp:59:5: error: redefinition of 'int f [110][110][1010]'
59 | int f[110][110][N];
| ^
0_0_38920710_11139.cpp:9:5: note: 'int f [110][110][1010]' previously declared here
9 | int f[110][110][N];
| ^
0_0_38920710_11139.cpp:60:5: error: redefinition of 'int t [1010]'
60 | int t[N], v[N];
| ^
0_0_38920710_11139.cpp:10:5: note: 'int t [1010]' previously declared here
10 | int t[N], v[N];
| ^
0_0_38920710_11139.cpp:60:11: error: redefinition of 'int v [1010]'
60 | int t[N], v[N];
| ^
0_0_38920710_11139.cpp:10:11: note: 'int v [1010]' previously declared here
10 | int t[N], v[N];
| ^
0_0_38920710_11139.cpp:61:5: error: redefinition of 'int main()'
61 | int main() {
| ^~~~
0_0_38920710_11139.cpp:11:5: note: 'int main()' previously defined here
11 | int main() {
| ^~~~
0_0_38920710_11139.cpp:107:4: error: expected unqualified-id before '/' token
107 | */
| ^
|