2019年4月16日
摘要: PART1 #include <stdio.h>int main() {int number, max, min, n; n=1; printf("输入第%d个数: ", n); scanf("%d", &number); max = number; min = number; while(n<=4 阅读全文
posted @ 2019-04-16 20:42 333y 阅读(134) 评论(2) 推荐(0)