摘要: part2: #include <stdio.h> #include <stdlib.h> int main() { int number, max, min, n; n=1; printf("输入第d%个数: ", n); scanf("%d", &number); max = number; m 阅读全文
posted @ 2019-11-15 19:28 浅*辰 阅读(128) 评论(2) 推荐(0)