Skip to content

Commit 4461aa4

Browse files
committed
01.28: math(Metronome)
1 parent 3492b7f commit 4461aa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

baekjoon/27389.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Metronome : 수학
2+
const n = +require("fs").readFileSync(0, "utf8").trim();
3+
console.log((n / 4).toFixed(2));

0 commit comments

Comments
 (0)