C++程序  |  7行  |  54 B

#include <stdio.h>

void f2()
{
	printf("hello\n");
}