#!/usr/bin/perl
# your code goes here
use utf8;
use open qw( :std :encoding(UTF-8) );

print ("\N{U+00F3}");