#include <stdio.h>

int main(void)
{
	static const unsigned char q[] = {
#embed __FILE__
		,0
	};

	puts(q);
}
