package yukicoder; import java.util.Scanner; public class N354 { public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.println(sc.nextInt()); } }