diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-23 20:12:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 20:12:03 +0200 |
commit | 4e670a6c68c9904daf5b791cc71d87b6a0ee3b6d (patch) | |
tree | 2b782aab8304c66ec0abba3dd2ebeb250652100c | |
parent | e0cb0735bd404500f9fba24d86dbf70ae99a97f8 (diff) |
Update lswf.cpp
-rw-r--r-- | cpp/lswf.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cpp/lswf.cpp b/cpp/lswf.cpp index e2acb3d..ee7d96f 100644 --- a/cpp/lswf.cpp +++ b/cpp/lswf.cpp @@ -1,6 +1,9 @@ -UTPUT: - * 1000101 - */ +/* INPUT: +* 19 +* +* OUTPUT: +* 1000101 +*/ #include <iostream> #include <fstream> #include <list> |