C++程序  |  7行  |  54 B

#include "bar.h"

int bar(int x)
{
    return x+32;
}