问题标题: 酷町堂:一个好玩的代码

0
1
已解决
陈喆鹏
陈喆鹏
资深光能
资深光能
#include<windows.h>
#include<cstdlib>
#include<ctime>
using namespace std;
int main()
{
    int x=GetSystemMetrics(SM_CXSCREEN);
    int y=GetSystemMetrics(SM_CYSCREEN);
    srand(time(0));
    int x=999;
    while(x--)
        SetCursorPos(rand()%x,rand()%y);
    return 0;
}

 


0
已采纳
李泽远
李泽远
高级天翼
高级天翼

这是你做的么?

666,大佬啊。

我的鼠标乱飞。

0
陈喆鹏
陈喆鹏
资深光能
资深光能

发错了,是


#include<windows.h>

#include<cstdlib>

#include<ctime>

using namespace std;

int main()

{

    int x=GetSystemMetrics(SM_CXSCREEN);

    int y=GetSystemMetrics(SM_CYSCREEN);

    srand(time(0));

    int w=99999;

    while(w--)

        SetCursorPos(rand()%x,rand()%y);

    return 0;

}

 

0
0
被禁言 姜思远
姜思远
初级光能
初级光能

我去,鼠标乱飞!666666666666666,大佬!

我改了一下while(w--)变成了while(1)

结果只能强制关机

0
暴展文
暴展文
初级守护
初级守护

运行试试:

#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    long long int a,i,b,c=1;
    cin>>a;
    a=10000;
    for(i=1;i<=a;i++){
        for(b=1;b<=a;b++){
            c=i*b;
            cout<<i<<"*"<<b<<"="<<c<<' ';        
        }
        cout<<endl;    
    }        
    return 0;
}


    
 

0
李辰星
李辰星
资深守护
资深守护

不用强制关机啊,我过一会就好了

0
0
赵航宇
赵航宇
资深守护
资深守护

哈哈 太有趣了!!!

按鼠标右键 可以使屏幕变蓝

0
0
吴文光
吴文光
新手光能
新手光能

哈哈哈哈哈哈哈哈哈大佬

我要回答