摘要: RT 第1种: #include<bits/stdc++.h> using namespace std; int main() { cout << "Hello,World!" << endl; return 0; } 第2种: #include <iostream> #include <strin 阅读全文
posted @ 2023-10-06 19:53 shixuanbin 阅读(60) 评论(0) 推荐(0)