#include "bits/stdc++.h" using namespace std; int main() { string S; cin >> S; if (S != "0") cout << S << 0 << endl; else cout << 0 << endl; }