Create 1182_冲啊小笼包.pas

pull/21/head^2
Kirigaya Kazuto 2016-06-08 09:32:46 +08:00
parent 11ecd22bb5
commit e28eeaa48a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
program ex;
var n:longint;
begin //main
read(n);
inc(n); n:=n*n-1;
write(n);
end.