0_0_8984398_16160.cpp:86: error: redefinition of `int n'
0_0_8984398_16160.cpp:12: error: `int n' previously declared here
0_0_8984398_16160.cpp:86: error: redefinition of `int m'
0_0_8984398_16160.cpp:12: error: `int m' previously declared here
0_0_8984398_16160.cpp:86: error: redefinition of `int a[100005]'
0_0_8984398_16160.cpp:12: error: `int a[100005]' previously declared here
0_0_8984398_16160.cpp:87: error: redefinition of `int r[100005]'
0_0_8984398_16160.cpp:13: error: `int r[100005]' previously declared here
0_0_8984398_16160.cpp:87: error: redefinition of `int rr[100005]'
0_0_8984398_16160.cpp:13: error: `int rr[100005]' previously declared here
0_0_8984398_16160.cpp:88: error: redefinition of `long long int s1[100005]'
0_0_8984398_16160.cpp:14: error: `long long int s1[100005]' previously declared here
0_0_8984398_16160.cpp:88: error: redefinition of `long long int s2[100005]'
0_0_8984398_16160.cpp:14: error: `long long int s2[100005]' previously declared here
0_0_8984398_16160.cpp:90: error: redefinition of `char s[20]'
0_0_8984398_16160.cpp:16: error: `char s[20]' previously declared here
0_0_8984398_16160.cpp:91: error: redefinition of `std::map<int, int, std::less<int>, std::allocator<std::pair<const int, int> > > h'
0_0_8984398_16160.cpp:17: error: `std::map<int, int, std::less<int>, std::allocator<std::pair<const int, int> > > h' previously declared here
0_0_8984398_16160.cpp: In function `void work()':
0_0_8984398_16160.cpp:93: error: redefinition of `void work()'
0_0_8984398_16160.cpp:19: error: `void work()' previously defined here
0_0_8984398_16160.cpp: In function `int main()':
0_0_8984398_16160.cpp:139: error: redefinition of `int main()'
0_0_8984398_16160.cpp:65: error: `int main()' previously defined here
|