#include int main(void) { int a, b; scanf("%d", &a); b = a * 10; printf("日本人の%d割は%d%です", a, b); getchar(); return 0; }