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