정답 개수:
94
틀린 개수:
0
실행 실패 개수:
6
6 46 1
런타임 에러 (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 47
9 4 44
런타임 에러 (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'
9 48
2 26 30
런타임 에러 (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'
2 56