C++程序  |  6行  |  57 B

#define f() g()
#undef g
#undef h
#define h() g()
int x;