C++程序  |  2行  |  50 B

static inline int triple(int x) { return x * 3; }