From e28eeaa48a9abd12f04cddd267047799e1d2acda Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Wed, 8 Jun 2016 09:32:46 +0800 Subject: [PATCH] =?UTF-8?q?Create=201182=5F=E5=86=B2=E5=95=8A=E5=B0=8F?= =?UTF-8?q?=E7=AC=BC=E5=8C=85.pas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VIJOS/1182_冲啊小笼包.pas | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 VIJOS/1182_冲啊小笼包.pas diff --git a/VIJOS/1182_冲啊小笼包.pas b/VIJOS/1182_冲啊小笼包.pas new file mode 100644 index 0000000..bc19a32 --- /dev/null +++ b/VIJOS/1182_冲啊小笼包.pas @@ -0,0 +1,7 @@ +program ex; +var n:longint; +begin //main +read(n); +inc(n); n:=n*n-1; +write(n); +end.