全部评论 3

  • 2025-08-12 来自 浙江

    0
  • 汪缪煜

    2025-08-12 来自 浙江

    0
  • #include<bits/stdc++.h> 
    #include<windows.h>
    int main()
    {
    	srand (time(0));
    	int x,y;
    	while(1)
    	{
    		x=300;
    		y=300; 
    		SetCursorPos(x,y);
    	}
    	return 0;
    }
    

    2025-08-12 来自 浙江

    0

热门讨论