Main.cc: In function 'int main()':
Main.cc:4:5: error: 'chare' was not declared in this scope
chare a;
^
Main.cc:5:10: error: 'a' was not declared in this scope
cin>>a;
^
Main.cc:6:7: error: 'b' was not declared in this scope
a=b;
^