정답 개수:
5
틀린 개수:
0
실행 실패 개수:
20
3 3 1 2 7 1 3 3 2 3 2 1 3
런타임 에러 (RTE)
stderr:
/tmp/target/Main.js:78 return this.compareFn(this.items[a], this.items[b]); ^ TypeError: this.compareFn is not a function at PriorityQueue.isPrioritizedOver (/tmp/target/Main.js:78:16) at PriorityQueue.siftUp (/tmp/target/Main.js:32:13) at PriorityQueue.enqueue (/tmp/target/Main.js:13:8) at getDistancesFrom (/tmp/target/Main.js:138:15) at solution (/tmp/target/Main.js:96:27) at Object.<anonymous> (/tmp/target/Main.js:156:13) 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) Node.js v18.20.4
3
4 3 1 2 10 2 4 1 3 4 10 2 3
런타임 에러 (RTE)
stderr:
/tmp/target/Main.js:78 return this.compareFn(this.items[a], this.items[b]); ^ TypeError: this.compareFn is not a function at PriorityQueue.isPrioritizedOver (/tmp/target/Main.js:78:16) at PriorityQueue.siftUp (/tmp/target/Main.js:32:13) at PriorityQueue.enqueue (/tmp/target/Main.js:13:8) at getDistancesFrom (/tmp/target/Main.js:138:15) at solution (/tmp/target/Main.js:97:28) at Object.<anonymous> (/tmp/target/Main.js:156:13) 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) Node.js v18.20.4
31
4 4 2 3 6 3 4 6 2 4 3 1 3 8 3 2
런타임 에러 (RTE)
stderr:
/tmp/target/Main.js:78 return this.compareFn(this.items[a], this.items[b]); ^ TypeError: this.compareFn is not a function at PriorityQueue.isPrioritizedOver (/tmp/target/Main.js:78:16) at PriorityQueue.siftUp (/tmp/target/Main.js:32:13) at PriorityQueue.enqueue (/tmp/target/Main.js:13:8) at getDistancesFrom (/tmp/target/Main.js:138:15) at solution (/tmp/target/Main.js:96:27) at Object.<anonymous> (/tmp/target/Main.js:156:13) 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) Node.js v18.20.4
17