C++程序  |  7行  |  55 B

#include "foo.h"

int main(void)
{
    return foo();
}