#include<stdlib.h>

int main() {
	printf("hello world");
	return 0;
}