cloned from srcbox.
[furry-nemesis.git] / poj / poj3062.cpp
blobc4a41e4dff3072d067c73eadebf96eae70effd31
1 #include <iostream>
2 #include <string>
3 using namespace std;
4 int main() {
5 string st;
6 while (getline(cin,st)) cout<<st<<endl;
7 return 0;