#include <stdio.h> int main (void) { char buffer[20]; gets (buffer); printf ("Guten Tag, %s!\n", buffer); return 0; }