Skip to content

Commit efdf315

Browse files
committed
02.12: math(An Easy-Peasy Problem)
1 parent 10e1eb3 commit efdf315

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

baekjoon/30214.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// An Easy-Peasy Problem : 수학
2+
const [a, b] = require("fs").readFileSync(0, "utf-8").trim().split(" ").map(Number);
3+
console.log(a * 2 < b ? "H" : "E");

0 commit comments

Comments
 (0)