C++Primer Plus (第6版)中文版第2章 2.7 编程练习 第1题

xiaoxiao2021-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)