0_0_17922792_29541.cpp:42:2: error: stray '#' in program
}#include <iostream>
^
0_0_17922792_29541.cpp:42:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_17922792_29541.cpp:50:10: error: redefinition of 'int n2 [33]'
int n2[33];
^
0_0_17922792_29541.cpp:9:5: note: 'int n2 [33]' previously declared here
int n2[33];
^
0_0_17922792_29541.cpp:51:5: error: redefinition of 'int aim'
int aim;
^
0_0_17922792_29541.cpp:10:5: note: 'int aim' previously declared here
int aim;
^
0_0_17922792_29541.cpp: In function 'int dfs(int, int)':
0_0_17922792_29541.cpp:53:5: error: redefinition of 'int dfs(int, int)'
int dfs(int now,int tim){
^
0_0_17922792_29541.cpp:12:5: note: 'int dfs(int, int)' previously defined here
int dfs(int now,int tim){
^
0_0_17922792_29541.cpp: In function 'int main()':
0_0_17922792_29541.cpp:67:5: error: redefinition of 'int main()'
int main(){
^
0_0_17922792_29541.cpp:26:5: note: 'int main()' previously defined here
int main(){
^
|