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