Run ID:127490
提交时间:2025-07-28 09:15:01
int a[11]; for(int i=0;i<10;i++) cin>>a[i]; for(int i=0;i<10;i++) cout<<a[i]<<" "; cout<<endl;