#include int main(int argc, char const* argv[]) { int a; int mul; scanf("%d", &a); mul = a * 10; printf("%d\n", mul); return 0; }