C++程序设计 从键盘上输入一行字符串,存入一个字符数组,然后输出该字符串

日期:2021-04-15 08:37:52 人气:1

C++程序设计 从键盘上输入一行字符串,存入一个字符数组,然后输出该字符串

#include <iostream>
#include <fstream>
using namespace std;
int main()
{
char tmp;
cout<<"Please input some words(The amounts less 200 is OK else will lose words):"<<endl;

ofs
    A+
热门评论