정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
11 97
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> x = int(input("첫번째 정수: ")) ValueError: invalid literal for int() with base 10: '11 97'
1 1067
28 78
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> x = int(input("첫번째 정수: ")) ValueError: invalid literal for int() with base 10: '28 78'
2 1092
94 53
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> x = int(input("첫번째 정수: ")) ValueError: invalid literal for int() with base 10: '94 53'
1 4982