提交时间:2024-09-14 23:01:08

运行 ID: 50867

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