#include <iostream>
using namespace std;

int main() {
	int value = 9;
	cout << 0 << value;
	return 0;
}