정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 1 9 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> b.add(int(input())) ValueError: invalid literal for int() with base 10: '1 9 6'
1 6 9
4 -3 -8 -7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> b.add(int(input())) ValueError: invalid literal for int() with base 10: '-3 -8 -7 4'
-8 -7 -3 4
5 -4 -8 8 9 -9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> b.add(int(input())) ValueError: invalid literal for int() with base 10: '-4 -8 8 9 -9'
-9 -8 -4 8 9