#include using namespace std; int main() { string s; cin >> s; s.push_back('0'); cout << s << endl; return 0; }