const int x=234;
123456789
#include<stdio.h> int main() { const int pi=3.14; scanf("%d",&x); printf("%d",x); return 0; }