#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;
}
以上程序...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《C++之-Hello,world》 | 216字 | 1.0分钟 | 100% | 191 CPM | 18 次 | 0 | 良好,向更快挑战! |
励志名言: 活着就要做个对社会有益的人。 ——张海迪 | |||||||
您觉的这篇文章怎么样,评个分吧,做其他人的指路灯 |