#include<stdio.h> #include<string.h> int main() { int a,b; scanf("%d",&a); printf("%d",a); return 0; }