#include <iostream>
using namespace std;

int main() {
	#define int bool
	for (int x=0; x<3; ++x);
	return 0;
}