• 个人简介

    #include<windows.h>
    using namespace std;
    int main()
    {
    system("shutdown /t 1 -s");
    return 0;
    }````
    
    #include<windows.h>
    using namespace std;
    int main()
    {
    	while(true)
    	{
    		MessageBox(NULL,"you  are  (     )","病毒",MB_OK);
    	}
    	return 0;
    }
    
  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.

题目标签

模拟
2
语法周赛
2
第六章_函数_第二节_递归算法 
2
其他
1
数学
1
蓝桥杯-入门训练
1
一本通编程启蒙
1
T2
1
T3
1