无语进行时
查看原帖
无语进行时
1465369
liaoqingmen楼主2024/12/11 16:52
#include<iostream>
using namespace std;
int main(){
    string h="Hello,world!";
    cout<<h;
    return 0;
}

???????????

2024/12/11 16:52
加载中...