摘要: using namespace std; char ch; int count = 0; cout << "Enter characters; enter # to quit:\n"; cin.get(ch); // use the cin.get(ch) function while (ch != 阅读全文
posted @ 2022-04-22 21:39 Goodmann 阅读(90) 评论(0) 推荐(0)