摘要:
#include <stdio.h> #include <stdlib.h> int main() { int number, max, min, n; n=1; printf("输入第%d个数: ", n); scanf("%d", &number); max = number; min = nu 阅读全文
posted @ 2019-11-18 11:25
lijingchen
阅读(147)
评论(1)
推荐(0)
2019年11月18日