mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1182_冲啊小笼包.pas
This commit is contained in:
parent
11ecd22bb5
commit
e28eeaa48a
7
VIJOS/1182_冲啊小笼包.pas
Normal file
7
VIJOS/1182_冲啊小笼包.pas
Normal file
|
@ -0,0 +1,7 @@
|
|||
program ex;
|
||||
var n:longint;
|
||||
begin //main
|
||||
read(n);
|
||||
inc(n); n:=n*n-1;
|
||||
write(n);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user