C++作业, 急. 从控制台一次读入一个字符串到一个字符数组中,遇到“#”结束输入, 。
C++作业, 急. 从控制台一次读入一个字符串到一个字符数组中,遇到“#”结束输入, 。
日期:2017-05-03 22:11:49 人气:1
//#include "stdafx.h"//If the vc++6.0, with this line.#include #include using namespace std;int main(int argc,char *argv[]){ int counter[26],i; string s; char ch; cout << "Input a string...\n"; while(