0_0_20273838_7159.cpp:1:1: error: 'C' does not name a type
C++
^
0_0_20273838_7159.cpp:97:1: error: expected unqualified-id before numeric constant
1
^
0_0_20273838_7159.cpp: In function 'LL exgcd(LL, LL, LL&, LL&)':
0_0_20273838_7159.cpp:195:4: error: redefinition of 'LL exgcd(LL, LL, LL&, LL&)'
LL exgcd(LL a, LL b, LL &x, LL &y)
^
0_0_20273838_7159.cpp:7:4: note: 'LL exgcd(LL, LL, LL&, LL&)' previously defined here
LL exgcd(LL a, LL b, LL &x, LL &y)
^
0_0_20273838_7159.cpp: At global scope:
0_0_20273838_7159.cpp:210:11: error: redefinition of 'template<class T> LL Mod(T, LL)'
inline LL Mod(T x, LL y)
^
0_0_20273838_7159.cpp:22:11: note: 'template<class T> LL Mod(T, LL)' previously declared here
inline LL Mod(T x, LL y)
^
0_0_20273838_7159.cpp: In function 'std::pair<long long int, long long int> CRT(std::pair<long long int, long long int>, std::pair<long long int, long long int>)':
0_0_20273838_7159.cpp:216:14: error: redefinition of 'std::pair<long long int, long long int> CRT(std::pair<long long int, long long int>, std::pair<long long int, long long int>)'
pair<LL, LL> CRT(pair<LL, LL> u, pair<LL, LL> v)
^
0_0_20273838_7159.cpp:28:14: note: 'std::pair<long long int, long long int> CRT(std::pair<long long int, long long int>, std::pair<long long int, long long int>)' previously defined here
pair<LL, LL> CRT(pair<LL, LL> u, pair<LL, LL> v)
^
0_0_20273838_7159.cpp: At global scope:
0_0_20273838_7159.cpp:233:30: error: redefinition of 'std::pair<long long int, long long int> g [201][201][8][8]'
pair<LL, LL> g[201][201][8][8];
^
0_0_20273838_7159.cpp:45:14: note: 'std::pair<long long int, long long int> g [201][201][8][8]' previously declared here
pair<LL, LL> g[201][201][8][8];
^
0_0_20273838_7159.cpp: In function 'int main()':
0_0_20273838_7159.cpp:234:5: error: redefinition of 'int main()'
int main()
^
0_0_20273838_7159.cpp:46:5: note: 'int main()' previously defined here
int main()
^
|