정답 개수:
37
틀린 개수:
53
실행 실패 개수:
7
0 0
1 1
1
24 0
2 2
2
60 0
2 2
2
57 10 4 3 5 0 6 8 7 2 1 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> print(len(n) + int(n) -closest_number_by_combination(digits, int(n))) TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
43
1423 10 4 9 5 8 0 6 1 7 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> print(len(n) + int(n) -closest_number_by_combination(digits, int(n))) TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
1323
45732 10 6 8 0 4 7 5 9 2 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> print(len(n) + int(n) -closest_number_by_combination(digits, int(n))) TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
45632