import java.util.*; public class Main { public static void main(String[] args) throws Exception { // Your code here! Scanner sc=new Scanner(System.in); String[] line; line=sc.nextLine().split(" "); int tmp=Integer.parseInt(line[0]); System.out.println(tmp); } }