0_0_12907883_4599.cpp:38: error: redefinition of `int p[1004]'
0_0_12907883_4599.cpp:4: error: `int p[1004]' previously declared here
0_0_12907883_4599.cpp:38: error: redefinition of `int tot'
0_0_12907883_4599.cpp:4: error: `int tot' previously declared here
0_0_12907883_4599.cpp:39: error: redefinition of `bool vis[1104]'
0_0_12907883_4599.cpp:5: error: `bool vis[1104]' previously declared here
0_0_12907883_4599.cpp: In function `void init()':
0_0_12907883_4599.cpp:41: error: redefinition of `void init()'
0_0_12907883_4599.cpp:7: error: `void init()' previously defined here
0_0_12907883_4599.cpp: In function `int main()':
0_0_12907883_4599.cpp:51: error: redefinition of `int main()'
0_0_12907883_4599.cpp:17: error: `int main()' previously defined here
|