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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include <iostream> #include <vector> #include <algorithm> #include <climits> using namespace std; struct Missile { int d1_sq; int d2_sq; }; int main() { int x1, y1, x2, y2; cin >> x1 >> y1 >> x2 >> y2; }

    userId_undefined

    澜

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