#include using namespace std; main() { int n; cin >> n; cout << "0" << n; return 0; }