编辑代码

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