728x90
const fs = require('fs');
const [x,y,w,h] = fs.readFileSync("/dev/stdin").toString().trim().split(" ").map(Number);
console.log(Math.min(...[w-x, h-y, x, y]))
728x90
'Development > 코딩테스트' 카테고리의 다른 글
[백준] 2798 Node.js (1) | 2022.09.30 |
---|---|
[백준] 2292 Node.js (0) | 2022.09.29 |
[백준] 1259 Node.js (0) | 2022.09.28 |
[백준] 3052 Node.js (0) | 2022.09.28 |
[백준] 15829 Node.js (1) | 2022.09.27 |
댓글