정답 개수:
97
틀린 개수:
0
실행 실패 개수:
3
6 8 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if h >= 24: ^^^^^^^ TypeError: '>=' not supported between instances of 'str' and 'int'
6 16
3 9 31
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if h >= 24: ^^^^^^^ TypeError: '>=' not supported between instances of 'str' and 'int'
3 40
22 9 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if h >= 24: ^^^^^^^ TypeError: '>=' not supported between instances of 'str' and 'int'
22 18