#include using namespace std; int main(void){ // Your code here! int a; cin >> a; cout << a*10 <