diff options
Diffstat (limited to '3p5.cpp')
-rw-r--r-- | 3p5.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; } |