#include <iostream>

using namespace std;

int main() {
	int 2two = 2;
	return 0;
}