#include #define int long long using namespace std; signed main() { string S; cin >> S; cout << S << "0" << endl; }