提交时间:2023-11-12 16:03:18

运行 ID: 30980

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