摘要: //task1#include <stdio.h> #define N 5 void output(int x[], int n); int main() { int x[] = {9, 55, 30, 27, 22}; int i; int k; int t; printf("original a 阅读全文
posted @ 2021-12-13 16:49 pasmile 阅读(33) 评论(0) 推荐(0)