C++程序  |  8行  |  84 B

#include "stack-fcall.h"

int main(int argc, char **argv)
{
	f0(argc);
	return 0;
}