정답 개수:
93
틀린 개수:
2
실행 실패 개수:
5
9 0 2 3 5 3 3 1 0 0
1 8 7 2 5 3 9 6 4
1 8 7 2 9 3 5 6 4
10 9 8 2 5 3 0 3 0 0 0
6 8 3 5 9 4 10 7 2 1
6 8 3 9 5 10 4 7 2 1
9 8 1 1 0 2 2 1 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 15, in <module> print(' '.join(seat)) TypeError: sequence item 3: expected str instance, int found
4 2 3 8 7 5 6 9 1
9 7 4 6 1 4 2 1 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 15, in <module> print(' '.join(seat)) TypeError: sequence item 6: expected str instance, int found
9 4 7 6 2 8 5 1 3
9 8 4 1 4 1 3 2 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 15, in <module> print(' '.join(seat)) TypeError: sequence item 6: expected str instance, int found
9 3 5 8 2 7 4 6 1