每一年都奔走在自己热爱里

繁华中自律,安静时自省,低处时自励
摘要: 1.1C++初始 #include<iostream> using namespace std; int main() { cout<<"Hello C++"<<endl; system("pause"); return 0; } 1.单行注释 #include<iostream> using na 阅读全文
posted @ 2023-05-20 15:30 碎梦琉璃 阅读(23) 评论(0) 推荐(0)