真的可以
摘要:
#include<iostream>using namespace std;int main(){ int a[400]; int n,m,sum; cin>>n>>m; for(int i=1;i<=n;i++)cin>>a[i]; for(int i=1;i<m;i++) a[n+i]=a[i] 阅读全文
posted @ 2017-09-22 18:15
乔展2020
阅读(128)
评论(0)
推荐(0)
浙公网安备 33010602011771号