20251106 baekjoon
This commit is contained in:
parent
d7eb01f1f2
commit
9a969dcfba
3
code_study/Baekjoon/ts/5522.ts
Normal file
3
code_study/Baekjoon/ts/5522.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export {};
|
||||||
|
const input = require("fs").readFileSync(0).toString().trim().split("\n").map(Number);
|
||||||
|
console.log(input.reduce((acc,v) => acc+v,0));
|
||||||
Loading…
x
Reference in New Issue
Block a user