#include using namespace std; int main() { char S[100]; cin >> S; cout << S << "0" << endl; return 0; }