#include <iostream>
using namespace std;

int main() {
	const char* example = {0x74};
	return 0;
}