#include <stdio.h>
int main(void) 
{
	// your code goes here
printf("End of program/n");	
return 0;
}
