Commit 138ea158 by Szeberényi Imre

split

parent c01e2352
ly.png

33.1 KB

/** /**
* @file main.cpp * @file main.cpp
* Nem kell beadni! * Nem kell beadni!
*/ */
#include <iostream> #include <iostream>
...@@ -22,7 +22,7 @@ ELKESZULT makro ...@@ -22,7 +22,7 @@ ELKESZULT makro
int main() { int main() {
Lyszaml::runtests(); Lyszaml::runtests();
std::cout << "Input olvasása EOF-ig:" << std::endl; std::cout << "Input olvasasa EOF-ig:" << std::endl;
Lyszaml ly; Lyszaml ly;
char ch; char ch;
while (std::cin >> std::noskipws >> ch) while (std::cin >> std::noskipws >> ch)
...@@ -89,4 +89,4 @@ int main() { ...@@ -89,4 +89,4 @@ int main() {
GTEND(std::cerr); GTEND(std::cerr);
return 0; return 0;
} }
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment