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