C++程序  |  9行  |  111 B

#include <stdio.h>
#include "bar.h"

int main(void)
{
    printf("The answer is %d\n", bar());
    return 0;
}