C++程序  |  8行  |  65 B

#include "path1.h"

int  foo(int  x)
{
	return path1(x) - 16;
}