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