import java.io.*; class no354 { public static void main(String args[])throws IOException { BufferedReader sc=new BufferedReader(new InputStreamReader(System.in)); int p=Integer.parseInt(sc.readLine()); System.out.println(p); } }