#include <stdio.h>

int main(void) {

printf("hello world");
	// your code goes here
	return 0;
}
