#include<stdio.h> int main() { printf("***************\n\n Very Good!\n\n***************"); return 0; }
Very Good!——C语言初学者百题大战之二
原文:https://www.cnblogs.com/chenlong991223/p/9645954.html