#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 ;
}