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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include <iostream> #include<vector> #include<unordered_map> #include<algorithm> #include<queue> using namespace std; #define endl '\n' // 仅存储必要的坐标信息 struct ZB { int x, y; ZB(int x_, int y_) : x(x_), y(y_) {} }; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int n; cin >> n; }

    userId_undefined

    复仇者_孔明_仲达(定回关)

    出道萌新时空双修者秩序白银快乐小狗
    47阅读
    0回复
    0点赞
  • 题解

    沙发!

    userId_undefined

    dchk-SY

    秩序白银
    11阅读
    1回复
    0点赞
暂无数据

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

首页