정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 3 1 . x x 3 5 ..xxx ....x ..x.x
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> n, m = map(int, input().split()) ^^^^ ValueError: not enough values to unpack (expected 2, got 1)
1 5
3 2 9 x.x..xxxx ..xxx..xx 5 1 x . . x . 4 4 ..x. .xx. x.x. x...
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> n, m = map(int, input().split()) ^^^^ ValueError: not enough values to unpack (expected 2, got 1)
4 3 7
3 5 9 x..x.x... .xx.....x xx..xxxxx .xx.x..x. ....x.x.. 3 2 xx .. .x 8 5 x.... .xxx. xxxx. xxxx. x..xx x.xxx x.... ...xx
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> n, m = map(int, input().split()) ^^^^ ValueError: not enough values to unpack (expected 2, got 1)
15 2 11