C++程序  |  7行  |  51 B

#include "foo.h"

int foo(void)
{
    return 42;
}