#include <iostream>
using namespace std;

int main() {
	cout << toupper(0xc3b3);
	
	return 0;
}