0_0_38513652_9750.cpp:87:2: error: stray '#' in program
}#include <iostream>
^
0_0_38513652_9750.cpp:87:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_38513652_9750.cpp:136:11: error: redefinition of 'const long long int mod'
const int mod = 1e9 + 7;
^
0_0_38513652_9750.cpp:50:11: note: 'const long long int mod' previously defined here
const int mod = 1e9 + 7;
^
0_0_38513652_9750.cpp:138:11: error: redefinition of 'const long long int P'
const int P = 131;
^
0_0_38513652_9750.cpp:52:11: note: 'const long long int P' previously defined here
const int P = 131;
^
0_0_38513652_9750.cpp:140:11: error: redefinition of 'const long long int N'
const int N = 1e5 + 10, M = 3e6 + 10;
^
0_0_38513652_9750.cpp:54:11: note: 'const long long int N' previously defined here
const int N = 1e5 + 10, M = 3e6 + 10;
^
0_0_38513652_9750.cpp:140:25: error: redefinition of 'const long long int M'
const int N = 1e5 + 10, M = 3e6 + 10;
^
0_0_38513652_9750.cpp:54:25: note: 'const long long int M' previously defined here
const int N = 1e5 + 10, M = 3e6 + 10;
^
0_0_38513652_9750.cpp:142:11: error: redefinition of 'const long long int inf'
const int inf = 0x3f3f3f3f;
^
0_0_38513652_9750.cpp:56:11: note: 'const long long int inf' previously defined here
const int inf = 0x3f3f3f3f;
^
0_0_38513652_9750.cpp:144:10: error: redefinition of 'const long long int lnf'
const ll lnf = 9e18;
^
0_0_38513652_9750.cpp:58:10: note: 'const long long int lnf' previously defined here
const ll lnf = 9e18;
^
0_0_38513652_9750.cpp:146:14: error: redefinition of 'const double eps'
const double eps = 1e-6;
^
0_0_38513652_9750.cpp:60:14: note: 'const double eps' previously defined here
const double eps = 1e-6;
^
0_0_38513652_9750.cpp: In function 'void solve()':
0_0_38513652_9750.cpp:148:6: error: redefinition of 'void solve()'
void solve() {
^
0_0_38513652_9750.cpp:62:6: note: 'void solve()' previously defined here
void solve() {
^
0_0_38513652_9750.cpp: In function 'int main()':
0_0_38513652_9750.cpp:161:8: error: redefinition of 'int main()'
signed main() {
^
0_0_38513652_9750.cpp:75:8: note: 'int main()' previously defined here
signed main() {
^
|