星语月


私信TA

用户名:2358998654

访问量:1539

签 名:

等  级
排  名 33854
经  验 453
参赛次数 0
文章发表 3
年  龄 19
在职情况 学生
学  校
专  业

  自我简介:


参考代码:

#include<iostream>

using namespace std;

int main()

{

    

    int a,b,c;

   cin>>a>>b>>c;

   int temp=(a>b)?a:b;

   int max =(temp>c)?temp:c;

   cout<<max<<endl;

}


 

0.0分

1 人评分

  评论区

  • «
  • »