정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 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: '2 5\n'
2 3 5
8 36
런타임 에러 (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: '8 36\n'
11 13 17 19 23 29 31
122 141
런타임 에러 (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: '122 141\n'
127 131 137 139