4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
export {};
|
|
|
|
const [a, b] = require("fs").readFileSync(0).toString().trim().split("\n").map(BigInt);
|
|
console.log([a+b, a-b, a*b].join("\n")); |