解题思路:
注意事项:
参考代码:
#include<iostream>
using namespace std;
#include<string>
void printnum()
{
cout<<"please input a number:"<<endl;
}
void printstring()
{
cout<<"please input a string:"<<endl;
}
int main()
{
string str;
string str1;
cin>>str;
cin>>str1;
printnum();
printstring();
cout<<str<<endl;
cout<<str1<<endl;
return 0;
}
0.0分
0 人评分
C二级辅导-分段函数 (C语言代码)浏览:912 |
C语言程序设计教程(第三版)课后习题7.3 (C语言代码)浏览:1215 |
C语言训练-列出最简真分数序列* (C语言代码)浏览:658 |
简单的a+b (C语言代码)浏览:878 |
1157题解浏览:769 |
字符串比较 (C语言代码)浏览:770 |
管理学院的人数 (Java代码)浏览:560 |
C语言程序设计教程(第三版)课后习题6.7 (C语言代码)简单版浏览:837 |
Manchester- A+B for Input-Output Practice (III) Many problems need to be noticed!!!浏览:3534 |
永远的丰碑 (C++代码)浏览:815 |