- C20250018's blog
有趣代码3
- @ 2023-2-20 9:47:05
#include<windows.h>
#include<stdio.h>
#include<time.h>
#include<conio.h>
#include<bits/stdc++.h>
using namespace std;
int main()
{
system("title ");
int x,y;
while(1>0)
{
cout<<"哈哈!!!"<<endl;
x=1000;
y=100;
SetCursorPos(x,y);
}
return 0 ;
}