摘要: #include <iostream>using namespace std;void fun(int x,int a[]){ a[x]=a[x]*a[x+1]; a[x+1]=0; cout<<a[x]<<" "<<a[x+1]<<endl;}void fun2(int y,int a[]){ a 阅读全文
posted @ 2017-03-30 08:48 zym233 阅读(112) 评论(0) 推荐(0) 编辑