c++语言编程:输入三个整数,要求按照由小到大的顺序输出

2024-11-04 20:45:43
推荐回答(1个)
回答1:

#include
using namespace std;
void main()
{ int a,b,c,k;
cin>>a>>b>>c;