0_0_6657916_29812.cpp:81: error: redefinition of `int ini[809]'
0_0_6657916_29812.cpp:10: error: `int ini[809]' previously declared here
0_0_6657916_29812.cpp:82: error: redefinition of `int map[809][809]'
0_0_6657916_29812.cpp:11: error: `int map[809][809]' previously declared here
0_0_6657916_29812.cpp:83: error: redefinition of `bool v[809]'
0_0_6657916_29812.cpp:12: error: `bool v[809]' previously declared here
0_0_6657916_29812.cpp:84: error: redefinition of `int K'
0_0_6657916_29812.cpp:13: error: `int K' previously declared here
0_0_6657916_29812.cpp: In function `long long int ABS(long long int)':
0_0_6657916_29812.cpp:86: error: redefinition of `long long int ABS(long long int)'
0_0_6657916_29812.cpp:15: error: `long long int ABS(long long int)' previously defined here
0_0_6657916_29812.cpp: In function `long long int kgcd(long long int, long long int)':
0_0_6657916_29812.cpp:91: error: redefinition of `long long int kgcd(long long int, long long int)'
0_0_6657916_29812.cpp:20: error: `long long int kgcd(long long int, long long int)' previously defined here
0_0_6657916_29812.cpp: In function `int main()':
0_0_6657916_29812.cpp:100: error: redefinition of `int main()'
0_0_6657916_29812.cpp:29: error: `int main()' previously defined here
|