int main(void) { int x; scanf("%d", &x); if (x == 5) { printf("*****\n"); } if( x == 13){ printf("*************\n"); } return 0; }