#include
int main()
{
int a, b ,c;
cin >> a >> b >> c;
if (a > b)
{
if (b>c) cout << c << b << a;
else if (c > a) cout <else cout <}
else
{
if (a>c) cout << c << a << b;
else if (c > b) cout <else cout <}
return 0;
}
#include
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b>>c;
if(a>b)
{
if(b>c)
cout<
cout< else
cout< }
else
{
if(a>c)
cout<
cout< else
cout< }
return 0;
}
这问题也能问出来?
呃~,好像字母没有大小。我知道你是为做任务的,也请你同意我的回答