codice:
#include <stdio.h>

int main()
{
  printf(EOF);
  getch();
  return 0;
}