OJ-Problems-Source/QUSTOJ/1326.c

7 lines
144 B
C
Raw Normal View History

2016-04-28 09:17:52 +08:00
#include <stdio.h>
int main()
{
printf("**************************\n Very Good!\n**************************\n");
return 0;
}