#include void main(void){ long long int num = 0; int input = scanf("%lld",&num); if(input == 2){ printf("入力ミス\n"); } printf("%lld",num*10); }