C++程序  |  5行  |  48 B

#ifndef B_H
#define B_H
const int b = 3;
#endif