백준 17086 아기상어2 [c++]


백준 17086 아기상어2 [c++]

#include #include #include #include #include using namespace std; int n, m; //세로, 가로 int map[51][51]; //상어 위치를 저장할 배열 bool visited[51][51]; //방문여부를 저장할 배열 int num, result; in..

백준 17086 아기상어2 [c++]에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : 백준 17086 아기상어2 [c++]