首页
Java
登录
6mi
u
盘
搜
搜 索
Java
C++Primer Plus (第6版)中文版第2章 2.7 编程练习 第1题
C++Primer Plus (第6版)中文版第2章 2.7 编程练习 第1题
xiaoxiao
2021-02-28
72
//编写一个C++程序,它显示您的姓名和地址 #include <iostream> using namespace std; int main(){ cout<<"My name is lunbo!"<<endl; cout<<"My address is China!"<<endl; return 0; }
转载请注明原文地址: https://www.6miu.com/read-2632049.html
技术
最新回复
(
0
)