#include bits/stdc++.h #include string using namespace std; string s; int main() { getline(cin,s); cout s endl; /* fsw sf fsw sf */ cin s cout s endl; fsw sf fsw return 0 ; }
#include <bits/stdc++.h> #include <string> using namespace std; string s; int main() { getline(cin,s); cout<<s<<endl; /* fsw sf fsw sf */ cin>>s cout<<s<<endl; fsw sf fsw return 0; }