정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> N = int(sys.stdin.readline().strip()) ValueError: invalid literal for int() with base 10: '2 7'
2 3 5 7
78 85
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> N = int(sys.stdin.readline().strip()) ValueError: invalid literal for int() with base 10: '78 85'
79 83
20 44
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> N = int(sys.stdin.readline().strip()) ValueError: invalid literal for int() with base 10: '20 44'
23 29 31 37 41 43