0_0_39185251_24518.cpp:51:11: error: redefinition of 'const long long unsigned int mod'
51 | const int mod = 1000000007;
| ^~~
0_0_39185251_24518.cpp:11:11: note: 'const long long unsigned int mod' previously defined here
11 | const int mod = 1000000007;
| ^~~
0_0_39185251_24518.cpp:52:11: error: redefinition of 'const long long unsigned int base'
52 | const int base = 2333;
| ^~~~
0_0_39185251_24518.cpp:12:11: note: 'const long long unsigned int base' previously defined here
12 | const int base = 2333;
| ^~~~
0_0_39185251_24518.cpp:53:14: error: redefinition of 'const double eps'
53 | const double eps = 1e-6;
| ^~~
0_0_39185251_24518.cpp:13:14: note: 'const double eps' previously defined here
13 | const double eps = 1e-6;
| ^~~
0_0_39185251_24518.cpp:55:12: error: redefinition of 'long long unsigned int read()'
55 | inline int read() {
| ^~~~
0_0_39185251_24518.cpp:15:12: note: 'long long unsigned int read()' previously defined here
15 | inline int read() {
| ^~~~
0_0_39185251_24518.cpp:69:5: error: redefinition of 'long long unsigned int n'
69 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:22:5: note: 'long long unsigned int n' previously declared here
22 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:69:8: error: redefinition of 'long long unsigned int m'
69 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:22:8: note: 'long long unsigned int m' previously declared here
22 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:69:11: error: redefinition of 'long long unsigned int k'
69 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:22:11: note: 'long long unsigned int k' previously declared here
22 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:69:14: error: redefinition of 'long long unsigned int q'
69 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:22:14: note: 'long long unsigned int q' previously declared here
22 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:69:17: error: redefinition of 'long long unsigned int T'
69 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:22:17: note: 'long long unsigned int T' previously declared here
22 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:69:20: error: redefinition of 'long long unsigned int _'
69 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:22:20: note: 'long long unsigned int _' previously declared here
22 | int n, m, k, q, T, _, ans = 0;
| ^
0_0_39185251_24518.cpp:69:23: error: redefinition of 'long long unsigned int ans'
69 | int n, m, k, q, T, _, ans = 0;
| ^~~
0_0_39185251_24518.cpp:22:23: note: 'long long unsigned int ans' previously defined here
22 | int n, m, k, q, T, _, ans = 0;
| ^~~
0_0_39185251_24518.cpp:70:5: error: redefinition of 'long long unsigned int a [1000007]'
70 | int a[1000007];
| ^
0_0_39185251_24518.cpp:23:5: note: 'long long unsigned int a [1000007]' previously declared here
23 | int a[1000007];
| ^
0_0_39185251_24518.cpp:71:5: error: redefinition of 'long long unsigned int t [1000007]'
71 | int t[1000007];
| ^
0_0_39185251_24518.cpp:24:5: note: 'long long unsigned int t [1000007]' previously declared here
24 | int t[1000007];
| ^
0_0_39185251_24518.cpp:72:5: error: redefinition of 'long long unsigned int hsh [1000007]'
72 | int hsh[1000007];
| ^~~
0_0_39185251_24518.cpp:25:5: note: 'long long unsigned int hsh [1000007]' previously declared here
25 | int hsh[1000007];
| ^~~
0_0_39185251_24518.cpp:75:8: error: redefinition of 'int main()'
75 | signed main() {
| ^~~~
0_0_39185251_24518.cpp:27:8: note: 'int main()' previously defined here
27 | signed main(){
| ^~~~
|