#include <stdio.h>
int main(void) {
	printf("%c%c%c%c", 0xef, 0xbb, 0xbf);
	return 0;
}
