#include using namespace std; int main() { char s[80]; cin >> ws >> s; cout << s; return 0; } string stringstring