정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
8 6 32
런타임 에러 (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'
8 38
8 1 146
런타임 에러 (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'
10 27
9 6 505
런타임 에러 (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'
17 31