b = a - b<<endl;[Error] invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'
意思是:[错误]int和<未解析的重载函数类型>的操作数对二进制操作符<<错了,因为不能加<<endl