提交时间:2024-09-20 21:23:57

运行 ID: 51340

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