C++程序  |  5行  |  44 B

int test_libdl(int x)
{
	return x * 1337;
}