canary = __readfsqword(0x28u); init(); puts("There are many doors.\nChoose one and enter the correct password than you will got the treasure !!"); printf("The door number you want to choose : "); __isoc99_scanf("%d", &input_num); printf("Password : "); __isoc99_scanf("%lld", (char *)&doors + 8 * input_num); puts("Oh no,password is wrong,try again ~"); return0; }