# include<stdio.h>
int x = 10;
if (x = 5)
     printf("true");
else
     printf("false");