#include <stdio.h>

void main()
{
printf("NAME OF THE STUDENT :SATHIGA");
getch();
}