#include <stdio.h>

main()
{
	printf("To C, or not to C: that is the pun.\n ");
}

