#include <iostream>
using namespace std;

#define __CODEGEARC__ (1632)

int main() {
#if __CODEGEARC__ == 1632
	cout << "XE4" << endl;
#endif

#if __CODEGEARC__ == 1840
	cout << "10.2 Tokyo" << endl;
#endif
	return 0;
}