acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include <iostream> #include <cstdio> using namespace std; int main() { double n,max,t; cin>>n; cin>>t; max=t; for(int i=1;i<=n-1;i++) { cin>>t; if(t>max) { max=t; } } cout<<max; return 0; }

    userId_undefined

    ༺ཌༀ༒最强红狼༒ༀཌ༻

    出道萌新时间刺客空间掌握者倔强青铜贪心·贪心尝试者递归·套娃学徒
    1阅读
    0回复
    0点赞
  • A574.求最大值 题解

    userId_undefined

    136****3428

    出道萌新倔强青铜模拟·模拟练习生
    0阅读
    0回复
    0点赞

共22条

  • 1
  • 2
20条/页
跳至页
暂无数据

提交答案之后,这里将显示提交结果~

首页