#include using namespace std; class B{ public: int a = 1; B():a(2){ // a=3; } }; int main() { // unsigned int a =1; // int b = -1; // cout<a<