#include <stdio.h>
#include <inttypes.h>

int main(void) {
	printf(PRIx16);
	return 0;
}
