//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"< <<":"<
本文共 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