정답 개수:
92
틀린 개수:
0
실행 실패 개수:
8
4 3 ... .JF .F. F..
런타임 에러 (RTE)
stderr:
Main.js:54 if (array[human_x][human_y] === "#" || array[human_x][human_y] === "F") ^ TypeError: Cannot read properties of undefined (reading 'NaN') at Object.<anonymous> (Main.js:54:25) 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)
2
5 3 .FF .## ..F FJF ...
런타임 에러 (RTE)
stderr:
Main.js:54 if (array[human_x][human_y] === "#" || array[human_x][human_y] === "F") ^ TypeError: Cannot read properties of undefined (reading 'NaN') at Object.<anonymous> (Main.js:54:25) 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)
2
3 6 ##.##F ##.J## F##.#F
런타임 에러 (RTE)
stderr:
Main.js:54 if (array[human_x][human_y] === "#" || array[human_x][human_y] === "F") ^ TypeError: Cannot read properties of undefined (reading 'NaN') at Object.<anonymous> (Main.js:54:25) 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)
2