#include #include #include #include using namespace std; typedef long long int lont; int main() { string S; cin >> S; cout << S << '0' << endl; }