#include <iostream>
using namespace std;

signed int main()
{
	int rp = 0;
	while (true)
	{
		rp ++;
	}
	return 0;
}