정답 개수:
55
틀린 개수:
0
실행 실패 개수:
45
3 1 2 H H
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> num = int(num) ValueError: invalid literal for int() with base 10: 'H'
1
1 8 2HHHHHHH
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> num = int(num) ValueError: invalid literal for int() with base 10: 'H'
1
1 8 6HHHHHHH
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> num = int(num) ValueError: invalid literal for int() with base 10: 'H'
1