0_0_8914574_271.cpp: In function `int min(int, int)':
0_0_8914574_271.cpp:78: error: redefinition of `int min(int, int)'
0_0_8914574_271.cpp:5: error: `int min(int, int)' previously defined here
0_0_8914574_271.cpp: At global scope:
0_0_8914574_271.cpp:81: error: redefinition of `int vis[1010]'
0_0_8914574_271.cpp:8: error: `int vis[1010]' previously declared here
0_0_8914574_271.cpp: In function `int main()':
0_0_8914574_271.cpp:83: error: redefinition of `int main()'
0_0_8914574_271.cpp:10: error: `int main()' previously defined here
|