坚定哈密瓜

文章
10
资源
0
加入时间
2年10月17天

C++ primer ——3.2.3节

//3.6#include<iostream>#include<string>#include<cctype>using std::string;using std::cout;int main(){ string s("hello"); for (int index = 0; index < s.size(); index++) s[index] = '