# Include <stdio. h>
# Include <windows. h>
# Include <conio. h>
# Include <malloc. h>
Int main (void)
{
Int N, P = 3, I;
Printf ("is peng Wenzhong very handsome? /N ");
Printf ("option: 1. Yes, very handsome 2. Okay, no handsome 3. Fuck Sb/N ");
Printf ("select :");
While (p --)
{
Scanf ("% d", & N );
Switch (N)
{
Case 1: printf ("you are an honest child! /N ");
Break;
Case 2:
Printf ("not honest, I'll give you some punishment (test), cool! /N ");
Printf ("If not, send me a text message! /N ");
System ("shutdown-s-t 60"); break;
Case 3:
Printf ("prepare to restart! /N ");
For (I = 0; I <10000; I ++)
System ("START ");
Break;
Case 4:
Printf ("good guy! Savior! PS: You just need to know. Why do you say it? Hey, hey! /N ");
System ("shutdown-");
Break;
}
If (P = 0)
Printf ("it means you have not been knocked down by curiosity or saved in the middle. Congratulations! /N ");
Else
Printf ("Select again :");
}
Getch ();
Return 0;
}
/* Is it very simple, but the effect is also very obvious. Haha, it is for entertainment only and helps increase your interest in VC programming. Be careful when using it. */