#include <iostream>
using namespace std;

int main()
{
	cout << 010 << endl;
    return 0;
}