Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想输入一个字符串。
string value; cin >> value;
我想获取字符串并将字符串的一部分更改为整数。
例如。00:输入 22 我想将“00”(不带“:”)更改为整数。保留“输入”一个字符串并将最后两个字符转换为整数。
现在我想取出我已经改变的部分并在一个数组中显示。转换后的字符串的每一部分都有一个 col。
1 -返回子字符串
2 -将字符串转换为 int