O

OYkeke

#1202094

这名用户暂未设置签名。

发帖
3
文章
0
互动
4
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. OYkeke
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. OYkeke
    最早追溯到 2025/01/10最后捕获于 2025/01/10

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发起讨论
    84分求调

    ```cpp #include #define int long long using namespace std; const int N = 1e8 + 10; int n, w, a[N], sum, ans; signed main() { cin >> n >> w; for (int i = 1; i >…

    回复 3参与人数 3
  2. 回复讨论

    在讨论TLE46分求助回复:

    @[Qianyihan1221](luogu://user/1255953) 你这个q[N * N]会爆,int的数组最大是1e6+100,N * N=1e7多了,肯定会超时,还有,你那个bfs,它里面就有两层循环,然后你又把它又套在两层循环之中,肯定会超的
  3. 回复讨论

    在讨论为什么60分?回复:

    @[0_________0](luogu://user/1031285) 谢谢你
  4. 回复讨论

    在讨论看不懂回复:

    ```cpp #include using namespace std; const int N = 101; char ch; int n, m, ax[4] = {1, -1, 0, 0}, ay[4] = {0, 0, 1, -1}, ans = 0; bool sum[N][N]; void dfs(int x…
  5. 回复讨论

    在讨论为什么60分?回复:

    @[yuankeyu666](luogu://user/1366635) Thank you. 我AC了
  6. 发起讨论
    为什么60分?

    ```cpp #include using namespace std; const int N = 21; char ch; int n, m, ax[4] = {1, -1, 0, 0}, ay[4] = {0, 0, 1, -1}, ans = 0; bool sum[N][N]; void dfs(int x,…

    回复 4参与人数 4
  7. 发起讨论
    为什么爆0了?

    cin >> s1 >> s2 >> s3 >> s4; for (int i = 1; i > a[i]; for (int i = 1; i > b[i]; for (int i = 1; i > c[i]; for (int i = 1; i > d[i]; for (int i = 1; i <= s1; i+…

    回复 4参与人数 4
已经到最早的记录