
Lv.1
签名:联机跑酷停服维护 Nyan cat停服维护 现在更不了
在 【编程小技巧】教大家做《超级计算机》(内含《如何让电脑记住玩家输入的名字》教程) 中回复
#include<iostream>
using namespace std;
int main(){
string n1 = "考";
string n2 = "古";
cout << n1 << n2 << endl;
return 0;
}
输出:
考古
2025-11-01T20:52:27 点赞:0