C++程序  |  4行  |  57 B

#define EQUALS(a,b) a == b

int foo(int x) { return x; }