#include #include using namespace std; int main(){ long long int tmp; scanf("%d",&tmp); printf("%d\n", tmp * 10); }