0_0_33556976_5340.cpp:43:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_33556976_5340.cpp:43:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_33556976_5340.cpp:49:11: error: redefinition of 'const int maxn'
const int maxn = 5e4 + 7;
^
0_0_33556976_5340.cpp:7:11: note: 'const int maxn' previously defined here
const int maxn = 5e4 + 7;
^
0_0_33556976_5340.cpp:50:11: error: redefinition of 'const int mod'
const int mod = 1e9 + 7;
^
0_0_33556976_5340.cpp:8:11: note: 'const int mod' previously defined here
const int mod = 1e9 + 7;
^
0_0_33556976_5340.cpp:52:5: error: redefinition of 'int T'
int T, N;
^
0_0_33556976_5340.cpp:10:5: note: 'int T' previously declared here
int T, N;
^
0_0_33556976_5340.cpp:52:8: error: redefinition of 'int N'
int T, N;
^
0_0_33556976_5340.cpp:10:8: note: 'int N' previously declared here
int T, N;
^
0_0_33556976_5340.cpp:53:11: error: redefinition of 'std::pair<long long int, long long int> a [50007]'
pll a[maxn];
^
0_0_33556976_5340.cpp:11:5: note: 'std::pair<long long int, long long int> a [50007]' previously declared here
pll a[maxn];
^
0_0_33556976_5340.cpp:54:14: error: redefinition of 'std::pair<long long int, long long int> lead [50007]'
pll lead[maxn];
^
0_0_33556976_5340.cpp:12:5: note: 'std::pair<long long int, long long int> lead [50007]' previously declared here
pll lead[maxn];
^
0_0_33556976_5340.cpp:55:15: error: redefinition of 'std::map<std::pair<long long int, long long int>, int> mp'
map<pll, int> mp;
^
0_0_33556976_5340.cpp:13:15: note: 'std::map<std::pair<long long int, long long int>, int> mp' previously declared here
map<pll, int> mp;
^
0_0_33556976_5340.cpp: In function 'bool judge(std::pair<long long int, long long int>, std::pair<long long int, long long int>, std::pair<long long int, long long int>)':
0_0_33556976_5340.cpp:57:6: error: redefinition of 'bool judge(std::pair<long long int, long long int>, std::pair<long long int, long long int>, std::pair<long long int, long long int>)'
bool judge(pll a, pll b, pll c) {
^
0_0_33556976_5340.cpp:15:6: note: 'bool judge(std::pair<long long int, long long int>, std::pair<long long int, long long int>, std::pair<long long int, long long int>)' previously defined here
bool judge(pll a, pll b, pll c) {
^
0_0_33556976_5340.cpp: In function 'int main()':
0_0_33556976_5340.cpp:61:5: error: redefinition of 'int main()'
int main() {
^
0_0_33556976_5340.cpp:19:5: note: 'int main()' previously defined here
int main() {
^
|