2023年4月10日
摘要: 例2-1 “Hello Welcome to C++” 代码部分: #include<iostream> using namespace std; int main() { cout << "hello!" << endl; cout << "Welcome to C++!" << endl; re 阅读全文
posted @ 2023-04-10 22:35 石铁生 阅读(41) 评论(0) 推荐(1)