정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
4 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> N = int(sys.stdin.readline()) ValueError: invalid literal for int() with base 10: '4 5\n'
5
125 145
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> N = int(sys.stdin.readline()) ValueError: invalid literal for int() with base 10: '125 145\n'
127 131 137 139
29 65
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> N = int(sys.stdin.readline()) ValueError: invalid literal for int() with base 10: '29 65\n'
29 31 37 41 43 47 53 59 61