정답 개수:
99
틀린 개수:
0
실행 실패 개수:
1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40(...truncated, total 48893 characters, 10000 lines)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 46, in <module> bst.postorder_search(bst.root) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "Main.py", line 31, in postorder_search self.postorder_search(node.right) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "Main.py", line 31, in postorder_search self.postorder_search(node.right) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "Main.py", line 31, in postorder_search self.postorder_search(node.right) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ [Previous line repeated 995 more times] File "Main.py", line 30, in postorder_search self.postorder_search(node.left) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded
10000 9999 9998 9997 9996 9995 9994 9993 9992 9991 9990 9989 9988 9987 9986 9985 9984 9983 9982 9981 9980 9979 9978 9977 9976 9975 9974 9973 9972 9971 9970 9969 9968 9967 9966 9965 9964 9963 9962 9961(...truncated, total 48893 characters, 10000 lines)