Any questions do not hesitate to contact.
#include <bits/stdc++.h> using namespace std; int main() { string a; while(getline(cin,a)) cout<<a<<endl; return 0; }
Keep in touch with Isaac Lozano Osorio!