0_0_21608569_9988.cpp:65:17: error: redefinition of 'const long long int INF'
const long long INF = 1e18+1LL;
^
0_0_21608569_9988.cpp:24:17: note: 'const long long int INF' previously defined here
const long long INF = 1e18+1LL;
^
0_0_21608569_9988.cpp:66:11: error: redefinition of 'const int inf'
const int inf = 1e9+1e8;
^
0_0_21608569_9988.cpp:25:11: note: 'const int inf' previously defined here
const int inf = 1e9+1e8;
^
0_0_21608569_9988.cpp:67:11: error: redefinition of 'const int N'
const int N=1e5+100;
^
0_0_21608569_9988.cpp:26:11: note: 'const int N' previously defined here
const int N=1e5+100;
^
0_0_21608569_9988.cpp:68:10: error: redefinition of 'const long long int mod'
const ll mod=1e9+7;
^
0_0_21608569_9988.cpp:27:10: note: 'const long long int mod' previously defined here
const ll mod=1e9+7;
^
0_0_21608569_9988.cpp:70:5: error: redefinition of 'int n'
int n,x;
^
0_0_21608569_9988.cpp:29:5: note: 'int n' previously declared here
int n,x;
^
0_0_21608569_9988.cpp:70:7: error: redefinition of 'int x'
int n,x;
^
0_0_21608569_9988.cpp:29:7: note: 'int x' previously declared here
int n,x;
^
0_0_21608569_9988.cpp: In function 'int main()':
0_0_21608569_9988.cpp:71:5: error: redefinition of 'int main()'
int main(){
^
0_0_21608569_9988.cpp:30:5: note: 'int main()' previously defined here
int main(){
^
|