#include using namespace std; int main() { // input string N; cin >> N; // solve & output cout << N << "0" << endl; return 0; }