Skip to content

Commit 906e858

Browse files
committed
02.10: math(Arno's Sleep Schedule)
1 parent f005281 commit 906e858

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

baekjoon/29863.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Arno's Sleep Schedule : 수학
2+
const [start, end] = require("fs").readFileSync(0, "utf-8").trim().split("\n").map(Number);
3+
console.log((end - start + 24) % 24);

0 commit comments

Comments
 (0)