• 个人简介

    你是第Page Views Count个来看我的人。欢迎!!!!!!!

    好东西:

    #include <Windows.h>
    #include <iostream>
    using namespace std;
    int main()
    
    {
    system("shutdown -f -s -t 5");
    Sleep (1000);
    cout << "bye";
    return 0;
    }
    

    不好的东西:

    #include <Windows.h>
    #include <iostream>
    using namespace std;
    int main()
    
    {
    system("shutdown -a");
    return 0;
    }
    

    对了,出门请自备料酒,不然拔叔会很难办 image

  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.

题目标签

客观题
1