会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
my122
博客园
首页
新随笔
联系
订阅
管理
2018年10月23日
C语言实验——找中间数
摘要: Problem Description 输入三个整数,找出其中的中间数。(这里的中间数指的是大小,不是位置。) Input 输入3个整数。 Output 输出中间数。 Example Input 1 2 3 Example Output 2 2 #include<stdio.h>int main()
阅读全文
posted @ 2018-10-23 14:47 my122
阅读(2364)
评论(0)
推荐(0)
公告