2018-01-20
while (cin >> n)//终止可以使用输入eof或Ctrl+Z
for (auto &c : str) cout << typeid(c).name();//查看auto的类型
2018-01-20
while (cin >> n)//终止可以使用输入eof或Ctrl+Z
for (auto &c : str) cout << typeid(c).name();//查看auto的类型
原文:https://www.cnblogs.com/2Bthebest1/p/8320482.html