lidaye2396

博客园 首页 新随笔 联系 订阅 管理

2020年7月29日 #

摘要: #include <iostream>using namespace std;int main(){int N=0,X=0,*a,temp=-1;a=new int[N];cin>>N>>X;for(int i=0;i<N;i++){cin>>a[i];}for(int i=0;i<N;i++){i 阅读全文
posted @ 2020-07-29 16:11 lidaye2396 阅读(37) 评论(0) 推荐(0) 编辑