#include<stdio.h> int main(){ char ch='*'; scanf("*"); printf(" * \n"); printf(" ***\n"); printf(" *****\n"); return 0; }