C++程序  |  9行  |  77 B

#include <stdio.h>

int
main(void)
{
	printf("hello, world\n");
	return 0;
}