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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    服了两个WA害我耗费宝贵的一天一次获取测试点机会 还硬控我十分钟 时间复杂度:O(nlog2sum(a))O(nlog_2sum(a))O(nlog2 sum(a))

    userId_undefined

    复仇者_帅童

    代码纠察员CSP-J一等奖出题人
    34阅读
    0回复
    0点赞
  • 题解

    题解

    userId_undefined

    沈思邈

    时空双修者题解仙人荣耀黄金快乐小狗CSP-J一等奖GESP8级
    17阅读
    0回复
    0点赞
  • easy

    #include <bits/stdc++.h> using namespace std; const int N=1e5+6; int n, m, a[N], l=0, r=0; int main() { cin >> n >> m; for (int i=1; i<=n; i++) { cin >> a[i]; if (l<a[i]) l = a[i]; r += a[i]; } }

    userId_undefined

    ~Lyney~

    11阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    zsy

    时空双修者题解仙人7月全勤卷王8月全勤卷王快乐小狗秩序白银
    3阅读
    0回复
    0点赞
暂无数据

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

首页