#include <stdio.h>

int main ()
{
  // questão inútil
  printf ("Quão saudável você está, Günter?\n") ;
  return (0) ;
}

