如下: #include <iostream> using namespace std;int main(){cout<<cout.put(65)<<endl;return 0; } 输出:A0x0047BE94 以上是今天被问到的一个问题:为什么输出的还多了串……