정답 개수:
0
틀린 개수:
8
실행 실패 개수:
2
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 5 1 0 1 1 0 1 1 -1 1 1 -1
0 0 0 1 0 2 0 3 0 4 [ [ [ 0, 1 ], [ 1, 0 ], [ 1, 1 ], [ -1, 1 ], [ 1, -1 ] ] ] [ [ [ 2, 1 ], [ 1, 2 ], [ 1, 1 ], [ -1, 1 ], [ 1, -1 ] ] ] 1
1
4 4 1 1 1 0 0 0 0 -1 0 0 1 1 0 0 0 1 1
0 0 0 1 0 2 0 3 [ [ [ 1, 1, 0, 0 ], [ 0, 0, -1, 0 ], [ 0, 1, 1, 0 ], [ 0, 0, 1, 1 ] ] ] [ [ [ 1, 1, 2, 3 ], [ 2, 2, -1, 3 ], [ 2, 1, 1, 2 ], [ 3, 2, 1, 1 ] ] ] 2
2
5 3 1 1 -1 1 1 1 1 -1 -1 -1 -1 -1 1 -1 1 1
0 0 0 1 0 2 [ [ [ 1, -1, 1, 1, 1 ], [ 1, -1, -1, -1, -1 ], [ -1, 1, -1, 1, 1 ] ] ] [ [ [ 1, -1, 1, 1, 1 ], [ 1, -1, -1, -1, -1 ], [ -1, 1, -1, 1, 1 ] ] ] 0
0
3 2 3 1 -1 0 1 1 1 0 1 1 0 -1 0 0 0 1 1 -1 1
런타임 에러 (RTE)
stderr:
Main.js:45 const line = input[i * h + j + 1].split(" ").map(Number); ^ TypeError: Cannot read properties of undefined (reading 'split') at Object.<anonymous> (Main.js:45:39) at Module._compile (node:internal/modules/cjs/loader:1364:14) at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) at Module.load (node:internal/modules/cjs/loader:1203:32) at Module._load (node:internal/modules/cjs/loader:1019:12) at Function(...truncated, total 641 characters)
1
5 2 3 1 -1 0 -1 0 0 -1 -1 1 -1 0 1 0 0 -1 0 0 1 0 1 0 1 1 0 0 0 -1 0 -1 -1
런타임 에러 (RTE)
stderr:
Main.js:45 const line = input[i * h + j + 1].split(" ").map(Number); ^ TypeError: Cannot read properties of undefined (reading 'split') at Object.<anonymous> (Main.js:45:39) at Module._compile (node:internal/modules/cjs/loader:1364:14) at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) at Module.load (node:internal/modules/cjs/loader:1203:32) at Module._load (node:internal/modules/cjs/loader:1019:12) at Function(...truncated, total 641 characters)
-1