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