C++程序  |  7行  |  55 B

#include <pthread.h>

int main()
{
	pthread_exit(0);
}