C++程序  |  8行  |  86 B

#include <unistd.h>
#include "stack-fcall.h"

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