C++之-Hello,world 2022-10-03 17:32 瀏覽數:588 來源:李昱昊 馬上練習 收藏 舉報 改錯字 #include<bits/stdc++.h>using namespace std;int main(){cout << "Hello, World!" << endl;string name;cin >> name;cout << name << "tongxue,Welcome to Qsinghua University!" << endl;return 0;}以上程序你是否已经打完,这是一道菜鸟题哦 下壹篇:白雪公主 上壹篇:法治思想