摘要: /* 编程找出5个整数的最大数和最小数 《C语言程序设计教程学习指导》p122实验内容(3) */ #include <stdio.h> #include <stdlib.h> int main() { int number, max, min, n; n=1; printf("输入第%d个数: " 阅读全文
posted @ 2019-11-17 11:01 ethereallyt 阅读(107) 评论(4) 推荐(0)