摘要: #include <stdio.h> #define N 5 void output(int x[], int n); int main() { int x[N] = {9, 55, 30, 27, 22}; int i; int k; // ÓÃÓڼǼ×î´óÔªËØµÄϱê int t 阅读全文
posted @ 2021-12-14 19:19 陆天宇 阅读(112) 评论(1) 推荐(0)