码迷,mamicode.com
首页 > 编程语言 > 详细

C/C++掌握技能(三)

时间:2019-05-03 14:21:19      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:return   ret   char   cst   str   div   include   col   int   

#include<cstdio>
#include<cstring>
int main()
{
    //多组输入
    char str[100];
    while(gets(str))
    {
        puts(str);
    }
    return 0;
}

 

C/C++掌握技能(三)

标签:return   ret   char   cst   str   div   include   col   int   

原文地址:https://www.cnblogs.com/King-boy/p/10804967.html

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