정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
15 46 38 68 13 43 99 67 2 90 46 5 67 28 37 14 90 46 63 93 14 22 4 0 4 69 29 54 61 15 83 76 28 20 10 41 63 8 74 31 64 86 2 30 13 39 11 2 51 40 62 65 62 32 32 32 0 61 87 62 43 69 3 71 55 13 11 84 89 51 14 52 36 16 49 49 21 60 18 72 100 80 3 27 11 1 60 79 62 46 6 71 81 76 41 35 90 18 18 44 69 99 96 71 81 44 20 1 70 4 39 35 50 8 63 61 9 89 5 72 0 78 42 81 54 50 82 9 34 100 53 3 98 14 74 44 25 60 45 95 64 50 97 13 59 59 41 68 13 12 5 13 91 14 60 10 64 41 19 98 40 38 67 3 52 7 13 77 67 58 38 98 74 34 (...truncated, total 651 characters)
222
34
16 41 24 19 71 27 67 42 16 72 7 57 99 61 3 93 36 65 59 93 75 53 86 88 95 97 43 79 30 28 64 12 35 54 31 5 81 99 13 63 70 87 19 69 14 23 27 50 54 86 43 29 4 95 16 99 92 25 43 21 54 7 0 89 61 98 61 8 96 40 71 32 27 91 67 41 80 94 91 33 45 100 28 15 95 44 13 52 70 57 73 90 30 39 44 57 37 4 65 99 45 36 30 72 93 63 79 38 56 35 37 67 35 66 82 96 76 62 47 45 85 86 0 14 92 45 37 28 15 2 26 60 4 23 98 63 86 42 0 42 78 3 75 79 69 57 74 45 18 87 56 2 38 57 83 29 68 19 57 83 88 84 9 58 73 73 87 58 15 53 66 9(...truncated, total 750 characters)
253
32
18 94 36 71 91 53 44 2 37 36 17 64 83 78 89 70 22 92 44 85 75 5 9 14 34 47 31 18 33 87 60 51 81 97 22 71 15 32 39 53 68 22 83 50 0 71 86 89 62 97 39 2 68 14 17 2 62 14 87 61 68 47 11 48 9 100 85 24 99 91 77 32 12 25 83 79 63 34 34 24 97 73 94 65 54 77 33 15 91 19 42 58 32 53 72 41 19 23 32 17 13 75 49 25 0 98 71 63 99 4 53 95 43 46 25 97 22 58 11 80 78 19 3 76 39 76 84 58 65 15 41 78 90 56 69 56 20 39 18 85 9 38 45 53 50 71 49 39 28 27 18 72 46 88 48 85 29 31 8 94 46 49 71 1 72 6 58 58 11 42 42 (...truncated, total 952 characters)
322
47
68 70 76 28 97 21 73 45 66 39 3 20 41 75 91 7 62 77 13 3 94 38 54 88 38 38 93 1 47 20 20 15 90 62 9 86 83 82 97 14 87 0 34 27 41 91 1 2 34 14 73 94 52 26 81 56 65 39 58 11 26 44 93 15 5 1 68 89 49 64 69 1 30 70 29 72 60 97 40 94 77 12 88 28 39 34 51 3 40 75 81 66 18 74 47 23 41 14 78 91 45 13 92 41 83 87 12 42 49 19 2 25 31 90 54 70 23 71 39 63 45 20 95 29 60 42 52 0 56 97 91 67 9 49 8 92 1 87 100 51 5 1 76 3 91 96 73 81 66 12 9 77 32 71 5 58 12 24 58 34 20 15 68 29 30 76 87 31 28 52 82 0 54 58 (...truncated, total 13460 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> dfs(i,stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) [Previous line repeated 995 more times] File "Main.py", line 2, in dfs stack.append(cur) RecursionError: maximum recursion depth exceeded while calling a Python object
623
70 78 69 36 36 59 91 84 40 12 37 89 97 89 89 72 88 93 49 73 42 23 81 52 22 84 40 61 64 6 0 34 50 70 36 87 28 26 36 69 38 73 23 1 62 79 39 15 71 54 88 79 77 34 30 99 85 37 26 48 9 26 82 59 96 18 45 24 10 81 59 15 54 48 16 82 26 21 97 97 75 51 42 18 85 72 83 35 75 8 84 84 35 31 43 30 15 54 20 26 35 45 41 55 94 23 36 19 44 32 83 18 49 24 36 0 62 19 35 37 94 18 20 28 50 29 25 65 84 45 57 18 91 64 39 84 87 75 69 30 73 51 15 22 41 17 22 3 2 57 40 97 42 60 24 58 90 15 89 39 61 46 23 17 9 62 67 97 36 35(...truncated, total 14229 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> dfs(i,stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) [Previous line repeated 995 more times] File "Main.py", line 2, in dfs stack.append(cur) RecursionError: maximum recursion depth exceeded while calling a Python object
667
77 50 18 55 36 59 53 14 56 70 63 9 11 49 99 6 92 7 65 18 15 23 35 49 7 71 12 38 63 52 16 5 68 0 60 4 25 80 18 81 49 48 91 61 97 89 33 55 62 65 39 77 54 40 92 61 10 70 99 73 89 81 44 56 48 4 26 73 84 11 20 99 59 77 25 21 31 25 42 94 90 81 70 43 87 62 3 98 98 68 36 86 48 81 8 96 51 34 35 0 11 21 99 70 98 91 58 28 15 100 21 4 47 58 47 33 86 50 97 83 17 100 69 31 80 77 94 30 10 95 97 22 15 95 58 12 85 15 40 100 82 28 3 95 86 16 27 71 32 91 53 15 90 88 47 35 64 6 31 41 0 27 29 15 88 53 27 73 35 33 38(...truncated, total 17231 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> dfs(i,stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) File "Main.py", line 10, in dfs dfs((nx, ny),stack) [Previous line repeated 995 more times] File "Main.py", line 2, in dfs stack.append(cur) RecursionError: maximum recursion depth exceeded while calling a Python object
794