提交时间:2024-09-14 23:09:15
运行 ID: 50870
#include<iostream> using namespace std; int main() { cout << "Hello,World!" << endl; return 0; }