#include using namespace std; string S; int main(void) { cin >> S; cout << (S == "0" ? "0" : S + "0") << endl; }