0_0_39451699_27938.cpp:96:2: error: stray '#' in program
96 | }#include <bits/stdc++.h>
| ^
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:12: error: 'bits' was not declared in this scope
96 | }#include <bits/stdc++.h>
| ^~~~
0_0_39451699_27938.cpp:96:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
96 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39451699_27938.cpp:96:3: error: 'include' does not name a type
96 | }#include <bits/stdc++.h>
| ^~~~~~~
0_0_39451699_27938.cpp:108:15: error: redefinition of 'constexpr const int inf'
108 | constexpr int inf = 0x3f3f3f3f;
| ^~~
0_0_39451699_27938.cpp:13:15: note: 'constexpr const int inf' previously defined here
13 | constexpr int inf = 0x3f3f3f3f;
| ^~~
0_0_39451699_27938.cpp:109:14: error: redefinition of 'constexpr const ll INF'
109 | constexpr ll INF = 0x3f3f3f3f3f3f3f3fLL;
| ^~~
0_0_39451699_27938.cpp:14:14: note: 'constexpr const ll INF' previously defined here
14 | constexpr ll INF = 0x3f3f3f3f3f3f3f3fLL;
| ^~~
0_0_39451699_27938.cpp:110:14: error: redefinition of 'constexpr const db EPS'
110 | constexpr db EPS = 1.0e-9;
| ^~~
0_0_39451699_27938.cpp:15:14: note: 'constexpr const db EPS' previously defined here
15 | constexpr db EPS = 1.0e-9;
| ^~~
0_0_39451699_27938.cpp:111:14: error: redefinition of 'constexpr const ll MOD'
111 | constexpr ll MOD = 998244353LL;
| ^~~
0_0_39451699_27938.cpp:16:14: note: 'constexpr const ll MOD' previously defined here
16 | constexpr ll MOD = 998244353LL;
| ^~~
0_0_39451699_27938.cpp:112:14: error: redefinition of 'constexpr const ll SZ'
112 | constexpr ll SZ = 1e6;
| ^~
0_0_39451699_27938.cpp:17:14: note: 'constexpr const ll SZ' previously defined here
17 | constexpr ll SZ = 1e6;
| ^~
0_0_39451699_27938.cpp:113:14: error: redefinition of 'constexpr const ll MAXN5'
113 | constexpr ll MAXN5 = 2e5 + 5;
| ^~~~~
0_0_39451699_27938.cpp:18:14: note: 'constexpr const ll MAXN5' previously defined here
18 | constexpr ll MAXN5 = 2e5 + 5;
| ^~~~~
0_0_39451699_27938.cpp:114:14: error: redefinition of 'constexpr const ll MAXN6'
114 | constexpr ll MAXN6 = 2e6 + 5;
| ^~~~~
0_0_39451699_27938.cpp:19:14: note: 'constexpr const ll MAXN6' previously defined here
19 | constexpr ll MAXN6 = 2e6 + 5;
| ^~~~~
0_0_39451699_27938.cpp:115:4: error: redefinition of 'll n'
115 | ll n, m, k;
| ^
0_0_39451699_27938.cpp:20:4: note: 'll n' previously declared here
20 | ll n, m, k;
| ^
0_0_39451699_27938.cpp:115:7: error: redefinition of 'll m'
115 | ll n, m, k;
| ^
0_0_39451699_27938.cpp:20:7: note: 'll m' previously declared here
20 | ll n, m, k;
| ^
0_0_39451699_27938.cpp:115:10: error: redefinition of 'll k'
115 | ll n, m, k;
| ^
0_0_39451699_27938.cpp:20:10: note: 'll k' previously declared here
20 | ll n, m, k;
| ^
0_0_39451699_27938.cpp:116:10: error: redefinition of 'const ll MAX'
116 | const ll MAX = 1e9+7;
| ^~~
0_0_39451699_27938.cpp:21:10: note: 'const ll MAX' previously defined here
21 | const ll MAX = 1e9+7;
| ^~~
0_0_39451699_27938.cpp:117:11: error: redefinition of 'long long int qp2(long long int, long long int, long long int)'
117 | long long qp2(long long a, long long b, long long k)
| ^~~
0_0_39451699_27938.cpp:22:11: note: 'long long int qp2(long long int, long long int, long long int)' previously defined here
22 | long long qp2(long long a, long long b, long long k)
| ^~~
0_0_39451699_27938.cpp:130:4: error: redefinition of 'll fuck(std::deque<char>)'
130 | ll fuck(deque<char> str)
| ^~~~
0_0_39451699_27938.cpp:35:4: note: 'll fuck(std::deque<char>)' previously defined here
35 | ll fuck(deque<char> str)
| ^~~~
0_0_39451699_27938.cpp:140:6: error: redefinition of 'void Solve()'
140 | void Solve(void)
| ^~~~~
0_0_39451699_27938.cpp:45:6: note: 'void Solve()' previously defined here
45 | void Solve(void)
| ^~~~~
0_0_39451699_27938.cpp:178:5: error: redefinition of 'int main()'
178 | int main(void)
| ^~~~
0_0_39451699_27938.cpp:83:5: note: 'int main()' previously defined here
83 | int main(void)
| ^~~~
|