#include int main(int argc, char** argv){ char temp[100]; scanf("%s", temp); printf("%s\n", temp); return 0; }