백준 1085 Node1 [백준] 1085 Node.js 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])) 2022. 9. 29. 이전 1 다음