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

c++ 输入

时间:2019-03-13 19:59:21      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:names   end   cin   str   std   name   ios   pac   code   

#include <iostream>

using namespace std;

int main()
{
   char name[50];
   cout<< "你的名字:";
   cin >> name;
   cout <<"您是 :"<<name<<endl;
}
你的名字:lg
您是 :lg

c++ 输入

标签:names   end   cin   str   std   name   ios   pac   code   

原文地址:https://www.cnblogs.com/luoganttcc/p/10525160.html

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