정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 0 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/212f553b89401edbb9679e2dc5416752b1c2cf968532175c074dc543c5f8c11e/Main.py", line 11, in <module> A[i]=int(input().strip()) ValueError: invalid literal for int() with base 10: '0 9'
0 9
2 7 -3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/212f553b89401edbb9679e2dc5416752b1c2cf968532175c074dc543c5f8c11e/Main.py", line 11, in <module> A[i]=int(input().strip()) ValueError: invalid literal for int() with base 10: '7 -3'
-3 7
2 -5 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/212f553b89401edbb9679e2dc5416752b1c2cf968532175c074dc543c5f8c11e/Main.py", line 11, in <module> A[i]=int(input().strip()) ValueError: invalid literal for int() with base 10: '-5 5'
-5 5