본문 바로가기
Development/코딩테스트

[백준] 2338 Node.js

by Yeony99 2022. 9. 20.
728x90
const fs = require('fs');
const input = fs.readFileSync("/dev/stdin").toString().trim().split("\n").map(BigInt);

console.log(`${input[0]+input[1]} \n${input[0]-input[1]} \n${input[0]*input[1]}`)
728x90

'Development > 코딩테스트' 카테고리의 다른 글

[백준] 2480 Node.js  (0) 2022.09.20
[백준] 1264 Node.js  (0) 2022.09.20
[백준] 10797 Node.js  (0) 2022.09.19
[백준] 1271 Node.js  (0) 2022.09.19
[백준] 2475 Node.js  (0) 2022.09.18

댓글