#include<stdio.h>
#include<stdlib.h>

int main()
{
printf("hello,world\n");
system("pause");
return 0;	
}