#include using namespace std; typedef long long LL; int main() { string s; cin >> s; cout << s + '0' << endl; return 0; }