#include <bits/stdc++.h>

const bool ready = [](){
	std::cout << "I'm ready to solve problems!";
	return true;
}();

int main() {
	// nothing
}