提交时间:2023-10-21 15:22:23

运行 ID: 29152

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