博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mian函数接受两个实参, 连成s…
阅读量:6711 次
发布时间:2019-06-25

本文共 215 字,大约阅读时间需要 1 分钟。

#include"iostream"
int main(int argc, char **argv) {
    std::string str;
    for (size_t i = 0; argv[i]; ++i)
        str += argv[i];
    std::cout << str << std::endl;
    return 0;
}

转载于:https://www.cnblogs.com/wuOverflow/p/4098751.html

你可能感兴趣的文章
LeapMotion Demo3
查看>>
数据视图
查看>>
优化WPF 3D性能
查看>>
C# 集合已修改 可能无法执行枚举操作 zz
查看>>
Sword protobuf学习四
查看>>
oracle实用sql之将逗号分割的字符串分割多个列
查看>>
leetcode 4. Median of Two Sorted Arrays
查看>>
前端建立一个本地服务器:browser-sync
查看>>
php的类型运算符instanceof(用于确定一个 PHP 变量是否属于某一类 class 的实例)
查看>>
VMWare Station 问题汇总
查看>>
JQuery判断input是否被禁用
查看>>
ftp、ssh
查看>>
SCSI接口和SAS接口的区别
查看>>
How to install maps and addons (.VPK)
查看>>
解决Android中的ERROR: the user data image is used by another emulator. aborting的方法
查看>>
电子书下载:Metro Revealed Building Windows 8 apps with XAML and C#.
查看>>
jQuery相册插件(开源下载)
查看>>
Azure China (12) 域名备案问题
查看>>
PKU 题目分类
查看>>
HDU What Are You Talking About
查看>>