摘要: 字符:采用getchar()函数进行输入 字符串:string str;getline(cin,str); char s[100];cin.getline(s,100); 1 #include<iostream> 2 using namespace std; 3 4 int main() 5 { 6 阅读全文
posted @ 2020-05-17 15:54 Gx_y 阅读(857) 评论(0) 推荐(0) 编辑