#include using namespace std; int main(){ string N; cin >> N; cout << N + "0" << endl; }