C++程序  |  8行  |  56 B

#include "path2.h"

int path2(int x)
{
	return x*42;
}