From ec984d3c5bdca74867200c54b2049ac372e9ddfe Mon Sep 17 00:00:00 2001 From: kim_yubin Date: Fri, 9 Nov 2018 19:53:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=20'3-5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3-5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3-5 diff --git a/3-5 b/3-5 new file mode 100644 index 0000000..e172d8c --- /dev/null +++ b/3-5 @@ -0,0 +1,17 @@ +inputNum=int(input("자연수의 개수를 입력하세요 : ")) +inputSum=int(input("자연수의 총합을 입력하세요 : ")) +l=[] +a=0 +b=0 +div=inputNum +t=0 + +while t