会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张张hh
博客园
首页
新随笔
联系
订阅
管理
2019年11月20日
实验三
摘要: /* 编程找出5个整数的最大数和最小数 《C语言程序设计教程学习指导》p122实验内容(3) */ #include <stdio.h> #include <stdlib.h> int main() { int number, max, min, n; n=1; printf("输入第%d个数: "
阅读全文
posted @ 2019-11-20 01:33 张张hh
阅读(194)
评论(3)
推荐(0)
公告