编辑代码

#include <stdio.h>
int main () {
    printf("*****\n");
    printf("***\n");
    printf("***\n");
    printf("*****\n");
}