#include <iostream>

int main()
{
   std::wcout << '\u00E1' << std::endl;
}