C++程序  |  9行  |  62 B

int foo() {
    return 0;
}

int main()
{
    return foo();
}