提交时间:2024-09-17 08:29:36
运行 ID: 51056
#include<iostream using namespace std; int main() { cout<<"Hello,World!"; return 0; }