Skip to content

Commit

Permalink
08.14: math(사파리 월드)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Aug 14, 2024
1 parent c65b05e commit 67c1cdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions baekjoon/2420.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// 사파리 월드 : 수학
const [a, b] = require("fs")
.readFileSync(0, "utf-8")
.toString()
.trim()
.split(" ");

console.log(Math.abs(a - b));

0 comments on commit 67c1cdc

Please sign in to comment.