#include using namespace std; int main() { int t; cin >> t; long long max = t*10; cout << max << endl; }