From c2eca82f967ef6ac84b49dd61d4f7bec77437cda Mon Sep 17 00:00:00 2001 From: luckylooky2 Date: Sun, 4 Aug 2024 23:59:58 +0900 Subject: [PATCH] =?UTF-8?q?08.04:=20math(=EC=97=84=EC=B2=AD=EB=82=9C=20?= =?UTF-8?q?=EB=B6=80=EC=9E=902)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baekjoon/1271.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baekjoon/1271.js b/baekjoon/1271.js index 8ed2e12..5be2fd6 100644 --- a/baekjoon/1271.js +++ b/baekjoon/1271.js @@ -1,4 +1,4 @@ -// 엄청난 부자2 +// 엄청난 부자2 : 수학 const [n, m] = require("fs") .readFileSync("/dev/stdin") .toString()