#include using namespace std; int main(void) { string x; cin >> x; cout << x; if (x!="0") cout << 0; cout << endl; }