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