0_0_38768501_9538.cpp:53:11: error: redefinition of 'const int N' 53 | const int N = 1E6 + 10; | ^ 0_0_38768501_9538.cpp:4:11: note: 'const int N' previously defined here 4 | const int N = 2e5 + 10; | ^