#include <iostream>
using namespace std;

int main(void) {
	// your code goes here
	cout << "its working\n" << endl;
}