int a=5,b=2;
cout<<"a+b="<<a<<"+"<<b<<"="<<a+b<<endl;error C2110: cannot add two pointers