#include "stdio.h"

int main(){
	printf("helloworld!");
	return 0;
}