#include <stdio.h> int main() { printf("用*输出字母c:\n"); printf("****\n"); printf("*\n"); printf("*\n"); printf("****\n"); return 0; }