摘要: 三、程序流程图 四、代码实现 #include<bits/stdc++.h> #define N 10 using namespace std; main() { int i, j, a[N], t, count=0; printf("ÇëΪÊý×éÔªËØ¸³³õÖµ£º \n"); for(i 阅读全文
posted @ 2023-05-09 16:03 yblll 阅读(22) 评论(2) 推荐(0)