提交时间:2023-10-21 18:23:31

运行 ID: 29167

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