OJ-Problems-Source/QUSTOJ/1326.c

7 lines
144 B
C

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