728x90
const fs = require('fs');
const input = fs.readFileSync("/dev/stdin").toString().trim().split(" ").map(BigInt);
console.log((input[0] + input[1]).toString());
728x90
'Development > 코딩테스트' 카테고리의 다른 글
[백준] 2920 Node.js (0) | 2022.09.21 |
---|---|
[백준] 2675 Node.js (0) | 2022.09.21 |
[백준] 14623 Node (0) | 2022.09.20 |
[백준] 2480 Node.js (0) | 2022.09.20 |
[백준] 1264 Node.js (0) | 2022.09.20 |
댓글