#include <stdio.h> #include <stdbool.h> int main(){ int i; bool j; scanf("%d",&i); j=i; printf("%d",j); return 0; }