C++程序  |  4行  |  58 B

#define bar(x) (1+(x))
#define foo(y) (2*(y))
foo(bar(3))