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