acgo题库
  • 首页
  • 题库
  • 题单
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 题解

    userId_undefined

    zsy

    题解仙人出道萌新7月全勤卷王时间刺客时空双修者秩序白银
    10阅读
    1回复
    1点赞
  • 就用

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<max(max(a,b),c); return 0; }//我偏要用

    userId_undefined

    Lando Norris

    倔强青铜
    2阅读
    0回复
    1点赞
  • 不用max是个笑话~

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<max(max(a,b),c); }

    userId_undefined

    亻尔女子,手戈是周奕氵函

    倔强青铜
    9阅读
    0回复
    0点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ int a,d=-100000; for(int i=1;i<=3;i++){ cin>>a; if(a>d){ d=a; } } cout<<d; return 0; }

    userId_undefined

    LS_YZY

    题解仙人出道萌新时空双修者模拟·模拟练习生倔强青铜快乐小狗
    1阅读
    0回复
    0点赞
首页