cao
2024-05-18 20:09
b = a - b<<endl;[Error] invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'
意思是:[错误]int和<未解析的重载函数类型>的操作数对二进制操作符<<错了,因为不能加<<endl
趣味 C++ 入门
31572 学习 · 191 问题
相似问题
回答 1
回答 4