#include<stdio.h>
void main()
{
   const int x;
   x=5;
   printf("%d",x);
}