0_0_6881125_21930.cpp:100: error: redefinition of `int n'
0_0_6881125_21930.cpp:23: error: `int n' previously declared here
0_0_6881125_21930.cpp:100: error: redefinition of `int m'
0_0_6881125_21930.cpp:23: error: `int m' previously declared here
0_0_6881125_21930.cpp:101: error: redefinition of `char g[110][110]'
0_0_6881125_21930.cpp:24: error: `char g[110][110]' previously declared here
0_0_6881125_21930.cpp:102: error: redefinition of `bool used[110][110]'
0_0_6881125_21930.cpp:25: error: `bool used[110][110]' previously declared here
0_0_6881125_21930.cpp:103: error: redefinition of `std::vector<char, std::allocator<char> > v'
0_0_6881125_21930.cpp:26: error: `std::vector<char, std::allocator<char> > v' previously declared here
0_0_6881125_21930.cpp: In function `void dfs(int, int, char, int, int)':
0_0_6881125_21930.cpp:105: error: redefinition of `void dfs(int, int, char, int, int)'
0_0_6881125_21930.cpp:28: error: `void dfs(int, int, char, int, int)' previously defined here
0_0_6881125_21930.cpp: In function `int main()':
0_0_6881125_21930.cpp:128: error: redefinition of `int main()'
0_0_6881125_21930.cpp:51: error: `int main()' previously defined here
|