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