728x90
const fs = require('fs');
const input = fs.readFileSync("/dev/stdin").toString().trim().split(" ").filter(data => data.length !== 0);
console.log(input.length);
728x90
'Development > 코딩테스트' 카테고리의 다른 글
[백준] 2577 Node.js (1) | 2022.09.26 |
---|---|
[백준] 1546 Node.js (0) | 2022.09.25 |
[백준] 10250 Node.js (0) | 2022.09.24 |
[백준] 15552 Node.js (0) | 2022.09.23 |
[백준] 1157 Node (0) | 2022.09.22 |
댓글