提交时间:2024-01-19 16:16:57

运行 ID: 37217

#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }