提交时间:2023-12-17 13:59:56

运行 ID: 34205

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