0_0_23231750_21655.cpp:34:11: error: redefinition of 'const int N'
const int N = 111111;
^
0_0_23231750_21655.cpp:31:11: note: 'const int N' previously defined here
const int N = 111111;
^
0_0_23231750_21655.cpp:35:14: error: redefinition of 'const double eps'
const double eps = 1e-15;
^
0_0_23231750_21655.cpp:32:14: note: 'const double eps' previously defined here
const double eps = 1e-15;
^
0_0_23231750_21655.cpp:36:13: error: redefinition of 'const int64 mod'
const int64 mod = 10000000070LL;
^
0_0_23231750_21655.cpp:33:13: note: 'const int64 mod' previously defined here
const int64 mod = 10000000070LL;
^
|