#贪图

参数的书写要完整,不要贪图省事只写参数的类型而省略参数名字

参数的书写要完整,不要贪图省事只写参数的类型而省略参数名字。 1#include<iostream>2#include<string>34usingnamespacestd;56//测试字符串(string)对象7/*runthisprogramusingtheconsolepause...