0_0_3334830_29967.cpp:157: error: invalid token
0_0_3334830_29967.cpp:157: error: expected constructor, destructor, or type conversion before '<' token
0_0_3334830_29967.cpp:157: error: expected `,' or `;' before '<' token
0_0_3334830_29967.cpp:159: error: redefinition of `char mm[805][805]'
0_0_3334830_29967.cpp:3: error: `char mm[805][805]' previously declared here
0_0_3334830_29967.cpp:160: error: redefinition of `int dir[5][2]'
0_0_3334830_29967.cpp:4: error: `int dir[5][2]' previously defined here
0_0_3334830_29967.cpp:162: error: redefinition of `struct node'
0_0_3334830_29967.cpp:6: error: previous definition of `struct node'
0_0_3334830_29967.cpp:166: error: redefinition of `int ans1[805][805]'
0_0_3334830_29967.cpp:10: error: `int ans1[805][805]' previously declared here
0_0_3334830_29967.cpp:167: error: redefinition of `node que1[100005]'
0_0_3334830_29967.cpp:11: error: `node que1[100005]' previously declared here
0_0_3334830_29967.cpp:168: error: redefinition of `node que2[100005]'
0_0_3334830_29967.cpp:12: error: `node que2[100005]' previously declared here
0_0_3334830_29967.cpp:169: error: redefinition of `node z1'
0_0_3334830_29967.cpp:13: error: `node z1' previously declared here
0_0_3334830_29967.cpp:169: error: redefinition of `node z2'
0_0_3334830_29967.cpp:13: error: `node z2' previously declared here
0_0_3334830_29967.cpp: In function `bool judge(node*, int, int, int)':
0_0_3334830_29967.cpp:171: error: redefinition of `bool judge(node*, int, int, int)'
0_0_3334830_29967.cpp:15: error: `bool judge(node*, int, int, int)' previously defined here
0_0_3334830_29967.cpp: In function `int main()':
0_0_3334830_29967.cpp:183: error: redefinition of `int main()'
0_0_3334830_29967.cpp:27: error: `int main()' previously defined here
|