0_0_6747303_15763.cpp:75: error: redefinition of `int n'
0_0_6747303_15763.cpp:11: error: `int n' previously declared here
0_0_6747303_15763.cpp:75: error: redefinition of `int ans'
0_0_6747303_15763.cpp:11: error: `int ans' previously declared here
0_0_6747303_15763.cpp:76: error: redefinition of `int fire[10005]'
0_0_6747303_15763.cpp:12: error: `int fire[10005]' previously declared here
0_0_6747303_15763.cpp:77: error: redefinition of `int dp[10005][2]'
0_0_6747303_15763.cpp:13: error: `int dp[10005][2]' previously declared here
0_0_6747303_15763.cpp:78: error: redefinition of `std::vector<int, std::allocator<int> > map[10005]'
0_0_6747303_15763.cpp:14: error: `std::vector<int, std::allocator<int> > map[10005]' previously declared here
0_0_6747303_15763.cpp:79: error: redefinition of `bool vis[10005]'
0_0_6747303_15763.cpp:15: error: `bool vis[10005]' previously declared here
0_0_6747303_15763.cpp: In function `int DFS(int, int)':
0_0_6747303_15763.cpp:80: error: redefinition of `int DFS(int, int)'
0_0_6747303_15763.cpp:16: error: `int DFS(int, int)' previously defined here
0_0_6747303_15763.cpp: In function `int main()':
0_0_6747303_15763.cpp:104: error: redefinition of `int main()'
0_0_6747303_15763.cpp:40: error: `int main()' previously defined here
|