#include <stdio.h> void main() { int x=0,y=0,z=0; int t=30; if(!x) t++; else if(y) ; if(z) t=0; else t=40; printf("t=%d",t); getch(); }