0_0_13816588_11972.cpp:56:5: error: missing terminating " character
printf("%d
^
0_0_13816588_11972.cpp:57:1: error: missing terminating " character
",map[i][j]);
^
0_0_13816588_11972.cpp: In function 'void dfs(int)':
0_0_13816588_11972.cpp:59:28: error: expected ')' before ';' token
printf("%d\n",map[i][8]);
^
|