摘要: #include<iostream>int main(){ using namespace std; int a[] = {1,3,4,5,7,9,11}; int first = 0; int last = sizeof(a)/4-1; int c[last+1]; int h; for(int 阅读全文
posted @ 2020-06-03 14:27 阆涴 阅读(173) 评论(0) 推荐(0)