정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
250000 4 20000 5 30000 2 10000 6 5000 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> if X>=1 and X<=1000000000 and N>=1 and N<=100 and a>=1 and a<=1000000 and b>=1 and b<=10: NameError: name 'a' is not defined
No
260000 4 20000 5 30000 2 10000 6 5000 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> if X>=1 and X<=1000000000 and N>=1 and N<=100 and a>=1 and a<=1000000 and b>=1 and b<=10: NameError: name 'a' is not defined
Yes
851043807 16066 10 956609 5 889271 2 130764 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> N=int(input()) ValueError: invalid literal for int() with base 10: '16066 10'
No