From 4483699cc8cc937cb27040cfbd809b8a90029391 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 5 Aug 2024 20:57:13 +0200 Subject: more exercises --- 3p5.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '3p5.cpp') diff --git a/3p5.cpp b/3p5.cpp index 7f1be44..628557d 100644 --- a/3p5.cpp +++ b/3p5.cpp @@ -4,7 +4,7 @@ /* * - * Description + * 3.5 * * */ @@ -19,7 +19,6 @@ int main () { string full; string full_sep; - //string whitespace(" "); string DD; while(cin >> DD) { full += DD; @@ -27,6 +26,6 @@ int main () { } cout << full << endl; cout << full_sep << endl; - + return 0; } -- cgit v1.2.3