#include int main() { char* buffer; while ( scanf("%s\n", buffer) == 1 ) printf("'%s'\n", buffer); return 0; }