diff options
Diffstat (limited to '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> |