#includevoid main(){ float a=123456,b; scanf("%f",&b); if(b==a) printf("your password is right!"); else printf("wrong!");}