From 7d19f480637e9e880b98dabfbcf8e885b0a2d3b9 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Tue, 21 Feb 2017 21:09:39 +0700 Subject: Update others/volume1 --- others/volume1/092.pas | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 others/volume1/092.pas (limited to 'others/volume1/092.pas') diff --git a/others/volume1/092.pas b/others/volume1/092.pas new file mode 100644 index 0000000..246d8cf --- /dev/null +++ b/others/volume1/092.pas @@ -0,0 +1,10 @@ +uses strutils; + +var + s: ansistring; + +begin + readln(s); + s := delspace1(' ' + s + ' '); + writeln(copy(s, 2, length(s) - 2)) +end. -- cgit 1.4.1