SMALL 달팽이숫자1 [SW Expert Academy] 달팽이 숫자 *문제의 저작권은 SW Expert에 있습니다. 문제 링크 : https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5PobmqAPoDFAUq&categoryId=AV5PobmqAPoDFAUq&categoryType=CODE T = int(input()) for test_case in range(1, T + 1): test = int(input()) print("#{}".format(test_case)) a = [[0 for j in range(test)] for i in range(test)] x, row, col, sw = 1, 0, -1, 0 while test > 0: for i in range(sw, test.. 2021. 1. 22. 이전 1 다음