728x90
const fs = require('fs');
const input = fs.readFileSync("/dev/stdin").toString().trim();
console.log(input.length)728x90
'Development > 코딩테스트' 카테고리의 다른 글
| [백준] 15964 Node.js (0) | 2022.09.15 |
|---|---|
| [백준] 2744 Node.js (0) | 2022.09.14 |
| [백준] 2738 node.js (0) | 2022.09.05 |
| [백준] 5597번 Node.js (0) | 2022.09.04 |
| [백준] 10807 Node.js (0) | 2022.09.03 |
댓글