摘要: 1.Hello World #include <iostream> using namespace std; int main(){ cout <<"Hello World!"<<endl; system("pause"); return 0; } 头文件一行一个,无分号using namespac 阅读全文
posted @ 2021-10-28 12:18 乐池 阅读(35) 评论(0) 推荐(0)