public class re
{
public static void main(String args[]) throws IOException
{
Integer ch;
ch=System.in.read();
System.out.println("Just input:"+ch);
}
}