#include<stdio.h>

void main()
{
string srt[]="hello how r you";
printf("%s",str);
}


