码迷,mamicode.com
首页 > 其他好文 > 详细

技巧总结

时间:2021-06-18 19:21:57      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:总结   class   style   code   ring   rgb   rgba   string   pre   

string新技巧:

int a, b;
cin >> a >> b;
string s = to_string(a + b);

 

技巧总结

标签:总结   class   style   code   ring   rgb   rgba   string   pre   

原文地址:https://www.cnblogs.com/dreamzj/p/14897685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!