提交时间:2024-09-16 18:03:36
运行 ID: 51000
#include<iostream> using namespace std; int main() { cout<<"Hello,World!" return 0; }