#include <iostream>
using namespace std;

int main() {
	char x = 65;
	cout << x;
}

//https://pt.stackoverflow.com/q/126601/101