C++程序  |  7行  |  61 B

#include <unistd.h>

int f3(int i)
{
	return getpid() + i;
}