提交时间:2024-09-14 22:50:03

运行 ID: 50861

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