C++程序  |  7行  |  72 B

#include <stdio.h>

void myprint(void)
{
   puts("This is myprint!");
}