C++程序  |  6行  |  80 B

/* This function is called from main() */
int foo(int x)
{
    return x + 42;
}