#include void cantSitHere() { printf("You are the winner!\n"); } int main() { char password[10] = "NOTHING"; gets(password); return 0; }