C++程序  |  8行  |  75 B

#include <stdio.h>

int main(void)
{
	printf("Hello Hell\n");
	return 0;
}