달팽이숫자 썸네일형 리스트형 SWEA - 달팽이 숫자 1954 (c++) [D2] 달팽이 숫자 - 1954 문제 링크 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do #include #include using namespace std; int main(int argc, char** argv) { int test_case; int T; int N; int board[10][10]; cin >> T; int dx[4] = { 0, 1, 0, -1 }; int dy[4] = { 1, 0, -1, 0 }; for (test_case = 1; test_case > N; cout 더보기 이전 1 다음