#include <iostream>
using namespace std;

int main() {
	int someNumber = 30;
	
	while()
	{
		;
	}
	
	return 0;
}