提交时间:2024-09-14 23:07:16
运行 ID: 50868
#include<iostream> using namespace std; int main() { cout<<"hello world!"<<endl; system("pause"); return 0; }