C++程序  |  6行  |  85 B

#define foo(x) success
#define bar foo
#define baz bar
#define joe baz
joe (failure)