
/* This program prints a message */

main()
{
  printf("Collect \t and third number calls not accepted.\n");
}
