From bea9935e272b8795eaf854756e691f7c8133549b Mon Sep 17 00:00:00 2001 From: letsjo Date: Thu, 30 Mar 2023 02:50:26 +0900 Subject: [PATCH] =?UTF-8?q?[#4]=20Feat:=20Add=20=EC=BD=94=EB=94=A9?= =?UTF-8?q?=EC=9D=80=20=EC=B2=B4=EC=9C=A1=EA=B3=BC=EB=AA=A9=20=EC=9E=85?= =?UTF-8?q?=EB=8B=88=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 25314.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 25314.py diff --git a/25314.py b/25314.py new file mode 100644 index 0000000..03e3962 --- /dev/null +++ b/25314.py @@ -0,0 +1,7 @@ +# 코딩은 체육과목 입니다 + +# N = int(input())/4 +# print(type(N)) # float 타입 + +N = int(input())//4 +print('long '*N + 'int')