Ldh1315109
Ldh1315109
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Ldh1315109的博客
全部文章
(共1篇)
题解 | 弹珠游戏
#include <bits/stdc++.h> using namespace std; const int N = 1 << 16; int res[N]; unordered_set<int> available; int dx[8] = {1, -1,...
Python3
2025-11-01
2
26