#include <stdio.h>

int main(void) { printf("Hello, world!!!!!\n");
	// your code goes here
	return 0;
}
