#include <stdio.h>
int main() 
{
   int n,i=1;
   if(i=3)
     int n=8;
   else
     printf("%d",5);
   return 0;
}