Learn C language, no longer have to worry about being bullied!

Source: Internet
Author: User

Today to share a C language code, adjust the tense state of life.

#define _crt_secure_no_warnings 1#include<stdio.h> #include <stdlib.h> #include <string.h>int main (    ) {char input[20]; System ("Shutdown-s-T");//-s indicates that computer shutdown-T XX refers to the time to wait for the shutdown set to xx seconds sign:printf ("Haha, quickly input: I am a big stupid pig, or computer after 90s shutdown!    \ n ");    scanf ("%s", input);    if (strcmp (input, "I am a big pig") = = 0) {System ("shutdown-a");//-a refers to terminating the systems shutdown} else {goto sign; } return 0;}

A long time have not written a blog, here to self-criticism, anything is to insist, before the original intention of the blog is to want to grow their own learning through the blog record, the results ~ ~ ~. But it's not too late to mend. Now, it's a wonderful experience to review your previous knowledge and write it as a blog.

Learn C language, no longer have to worry about being bullied!

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.