博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
习题1.18 输出两数之间的数
阅读量:5062 次
发布时间:2019-06-12

本文共 424 字,大约阅读时间需要 1 分钟。

//input two num, output the number between these;#include
#include
using namespace std;int main(){ int min,max = 0; cout<<"the min one"<
>min; cout<<"the big one"<
>max; int count = 0; cout<<"the number between "<
<<" and"<
<<":"<

  

转载于:https://www.cnblogs.com/chhyong88/archive/2011/11/29/2268388.html

你可能感兴趣的文章
第三节
查看>>
PHP结合MYSQL记录结果分页呈现(比较实用)
查看>>
Mysql支持的数据类型
查看>>
openSuse beginner
查看>>
Codeforces 620E(线段树+dfs序+状态压缩)
查看>>
Windows7中双击py文件运行程序
查看>>
Market entry case
查看>>
bzoj1230 开关灯 线段树
查看>>
LinearLayout
查看>>
学习python:day1
查看>>
css3动画属性
查看>>
第九次团队作业-测试报告与用户使用手册
查看>>
Mongodb 基本命令
查看>>
控制文件的备份与恢复
查看>>
返回代码hdu 2054 A==B?
查看>>
PHP的SQL注入技术实现以及预防措施
查看>>
软件目录结构规范
查看>>
mysqladmin
查看>>
解决 No Entity Framework provider found for the ADO.NET provider
查看>>
设置虚拟机虚拟机中fedora上网配置-bridge连接方式(图解)
查看>>