#include #include "B.h" using namespace std; int main(void) { B b; cout << b.f() << endl; cout << b.g() << endl; return 0; }