C++程序  |  4行  |  52 B

int c_function(int input) {
    return input * 3;
}