정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 33 599
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> c=int(input) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method'
11 32
5 14 500
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> c=int(input) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method'
13 34
23 9 645
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> c=int(input) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method'
9 54