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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include <iostream> #include <vector> #include <queue> #include <climits> #include <unordered_set> using namespace std; typedef long long ll; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); }

    userId_undefined

    我

    分支·分支解题者分治·分治练习生递归·套娃学徒模拟·模拟练习生贪心·贪心尝试者枚举·枚举小能手
    7阅读
    0回复
    0点赞
首页