C++程序  |  7行  |  63 B

#include "stack-fcall.h"

int f0(int i)
{
	return f1(i) - i;
}