提交时间:2024-09-14 22:52:58
运行 ID: 50863
#include<iostream> using namespace std; int main() { cout<<"hello world!"<<endl; return 0; }