diff options
Diffstat (limited to '6p48.cpp')
-rw-r--r-- | 6p48.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/6p48.cpp b/6p48.cpp new file mode 100644 index 0000000..3b35df0 --- /dev/null +++ b/6p48.cpp @@ -0,0 +1,17 @@ + +/* + * + * 6.48 + * + * + */ + +int main () { + + /* + std::string s; + while (std::cin >> s && s != sought) { } + assert(std::cin); + */ + return 0; +} |