dx dy 2024/11/14 By seabears dx dy 바로가기 dx dy dx dy 테크닉 1 2 3 //상하좌우 int dx = {-1, 1, 0, 0}; //x : 행 int dy = {0, 0, -1, 1}; //y : 열 알고리즘 tag1 공유하기