C++程序  |  8行  |  63 B

#include<stdio.h>

void 
print(char* s)
{
	printf("%s\n",s);
}