提交时间:2024-09-14 23:08:47
运行 ID: 50869
#include<iostream> using namespace std; int main() { cout << "Hello,world!" << endl; return 0; }