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