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