75761 [백준_7576] 토마토 python 오늘 배운 점 : bfs 동시에 돌릴 수 있다. (좌표를 다 큐에 때려놓고 시작하면 된다.) # m, n 입력 m, n = map(int, input().split()) # storage storage = [ list(map(int, input().split())) for _ in range(n) ] # in_range(x, y): def in_range(x, y): return 0 2022. 8. 18. 이전 1 다음