提交时间:2024-09-16 14:23:17

运行 ID: 50963

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