정답 개수:
44
틀린 개수:
0
실행 실패 개수:
56
58 27 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 8 8 3 4 1 3 1 9 8 5 2 10 5 6 4 8 10 2 1 6 4 6 5 6 0 0 9 8 10 4 1 3 6 9 10 8 3 3 5 3 10 7 8 8 10 3 5 3 4 6 5 0 0 10 10 4 4 3 9 9 9 7 7 1 9 4 7 3 1 7 1 2 9 2 4 1 8 2 0 0 9 1 1 7 5 5 3 2 8 6 7 7 3 8 7 9 9 5 4 3 7 2 8 3 2 0 0 6 5 4 3 1 7 3 9 6 6 2 4 1 8 5 8 4 10 8 8 10 10 1 1 9 0 0 2 4 9 3 4 10 10 7 8 2 9 7 4 6 2 2 2 6 9 6 6 7 7 2 2 0 0 7 7 5 9 2 6 4 2 4 3 10 3 10 9 10 5 6 5 2 1 8 8 5 3 7 0 0 9 7 8 8 1 5 9 10 5 9 4 1 4 7 9 7 4 4 6 8 8 7 2 2 9 0 0 1(...truncated, total 3271 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> count_island(i, j) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) [Previous line repeated 1251 more times] File "Main.py", line 6, in count_island if visit[dy+y][dx+x] == 0 and arr[dy+y][dx+x] > 0: ^^^^^^^^^^^^^^^^^^^ Recursio(...truncated, total 552 characters)
6
50 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 6 9 2 1 9 9 4 4 8 3 1 10 5 2 1 1 9 5 3 1 6 4 2 10 7 5 2 9 5 2 8 9 3 0 0 5 6 6 6 1 5 9 7 3 9 8 6 2 3 10 10 4 7 8 10 6 5 5 6 6 5 8 4 10 3 4 9 2 4 0 0 3 9 8 9 3 2 5 8 5 2 9 4 3 1 5 2 1 7 4 6 3 2 6 4 1 8 4 9 3 1 9 1 5 6 0 0 2 10 7 1 3 8 1 9 10 1 8 3 6 7 8 9 9 7 9 2 8 4 5 7 3 9 10 1 5 2 5 3 3 10 0 0 1 8 9 6 10 6 10 6 2 5 7 8 10 3 2 4 9 9 7 8 10 8 9 8 6 10 7 5 4 6 1 9 5 9 0 0 4 5 1 4 7 6 10 3 9 4 3 1 5 10 6 2 7 8 10 6 8 10 6 1 6 4 1(...truncated, total 3768 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> count_island(i, j) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) [Previous line repeated 1251 more times] File "Main.py", line 6, in count_island if visit[dy+y][dx+x] == 0 and arr[dy+y][dx+x] > 0: ^^^^^^^^^^^^^^^^^^^ Recursio(...truncated, total 552 characters)
4
28 65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 1 5 4 1 10 3 6 4 2 9 8 4 4 9 4 2 7 3 7 10 4 7 8 4 5 5 8 7 9 9 4 4 4 7 10 1 5 4 9 7 2 5 6 2 2 4 1 4 8 4 8 2 4 4 1 7 1 1 10 6 3 6 0 0 5 4 2 9 3 3 5 1 3 1 10 2 9 4 2 5 5 9 6 9 8 2 7 10 8 5 9 1 1 8 3 2 2 10 2 6 8 9 6 7 5 3 1 9 10 8 4 2 2 4 7 3 5 1 8 9 10 2 9 3 10 7 2 0 0 9 10 7 8 8 3 5 9 10 2 3 1 9 7 5 7 9 10 2 9 4 10 6 4 4 4 6 7 9 6 8 9 5 9 3 6 3 5 6 7 5 4 2 4 8 7 8 3 5 5(...truncated, total 3810 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> count_island(i, j) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) File "Main.py", line 8, in count_island count_island(dy+y, dx+x) [Previous line repeated 1251 more times] File "Main.py", line 6, in count_island if visit[dy+y][dx+x] == 0 and arr[dy+y][dx+x] > 0: ^^^^^^^^^^^^^^^^^^^ Recursio(...truncated, total 552 characters)
4