- 博客(3)
- 问答 (3)
- 收藏
- 关注
原创 2021-11-07
对3个变量按从小到大顺序排,要求用变量的引用 #include<iostream> usingnamespacestd; intmain() { voidsort(int&, int&, int&); inta, b, c, a1, b1, c1; cout <<"please enter 3 integers:"; cin >>a >>b >>c; a1 = a; b1 = b; c...
2021-11-07 16:51:28 95
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人