题解 | #字符串拼接#

字符串拼接

https://www.nowcoder.com/practice/167be62a4f66497dbf318617cd14f57d

#include <stdio.h>
#include <string.h>

int main() {
    char str1[100],str2[100];
    gets(str1);
    gets(str2);
    printf("%s\n",strcat(str1,str2));
    return 0;
}

全部评论

相关推荐

xxxxOxo:该催就催,想要你的不会因为催就挂,催了就挂的是因为本来就要挂你
点赞 评论 收藏
分享
谁知道呢_:要掉小珍珠了,库库学三年,这个结果
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务