1.编程练习

所有代码的调试和运行都是在linux下。

1.编写一个C++程序,它显示您的姓名和地址。

解题思路:运用c++标准库中提供的cout和cin来实现这个功能。

#include
using namespace std;
int main()
{
cout