#include int main() { int N; scanf("%d", &N); printf("%d", N*10); }