test
摘要: 程序代码:int main(){string str("Hello World!\n");cout << "The size of " << str << "is " << str.size()<< " characters, including the newline" << endl;retur... 阅读全文
posted @ 2014-12-29 16:05 Lechance 阅读(743) 评论(0) 推荐(0)