#include <iostream>

int main()
{
	int x = x;
	std::cout << x;
    return 0;
}