提交时间:2024-02-15 22:18:55

运行 ID: 40649

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