#include<stdio.h>
 #include<stdlib.h>
 \\ nod
 int main (){
     int n;
     char name[100];
     scanf("%d",&n);
     printf("%d",n);
 }