c

cyx1234

#1478600

这名用户暂未设置签名。

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

历史用户名外显

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

  1. cyx1234
    最早追溯到 2024/10/12最后捕获于 2024/10/12

时间线

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

  1. 发布文章
    easyx扫雷

    ```cpp #include #include #include #include using namespace std; const int bn=30; int f[8]={1,-1,0,0,0,0,-1,1}; bool boom[30][30]; //1雷0无雷 bool flag=0; bool mp[3…

    获赞 0评论 0
  2. 发布文章
    easyx

    下载网址:https://easyx.cn/download/easyx4mingw_25.9.10.zip 选项添加:-leasyx -lgdi32 -lole32

    获赞 0评论 0
  3. 发布文章
    easyx俄罗斯方块

    ```cpp #include #include #include #include using namespace std; bool flag; int block_ready[8]; int mp[25][15]; int s[25]; int form,blockway,block_l,block_r; pai…

    获赞 0评论 0
  4. 发布文章
    easyx贪吃蛇2.0

    ```cpp #include #include #include #define int long long using namespace std; int mp[32][32],fx[32][32],cd=3; int fx_s[9]={0,-1,1,0,0,0,0,-1,1}; pair start,end;…

    获赞 0评论 0
  5. 发布文章
    easyx贪吃蛇

    ```cpp #include #include #include #define int long long using namespace std; int mp[32][32],fx[32][32],cd=3; int fx_s[9]={0,-1,1,0,0,0,0,-1,1}; pair start,end;…

    获赞 0评论 0
  6. 发布文章
    easyx2048

    ```cpp #include #include #include #define int long long using namespace std; int a[6][6]={0}; bool p[6][6]={0}; int fx[8]={-1,1,0,0,0,0,-1,1}; int point=0,fx_=0…

    获赞 0评论 0
  7. 发布文章
    easyx象棋

    ```cpp #include #include #include #define int long long using namespace std; int mp[15][15]; void draw(); void star(); int endqizi=-1; int t=1; pair start,end;…

    获赞 0评论 0
  8. 发布文章
    easyx五子棋

    ```cpp #include #include #include #define int long long using namespace std; const int MAXN=19; const int siz=40; int mp[MAXN+10][MAXN+10]={0},t=1; void draw();…

    获赞 0评论 0
  9. 发起讨论
    欢迎参加比赛

    比赛网址:https://www.luogu.com.cn/contest/205032 [第一届「GEXK」大赛](https://www.luogu.com.cn/contest/205032) 比赛邀请码:1u85

    回复 0参与人数 1
  10. 发起讨论
    点一下我

    [点一下我](https://www.luogu.com.cn/team/88672)

    回复 1参与人数 1
  11. 发起讨论
    新手来

    [会对你有很大帮助,戳一戳我](https://www.luogu.com.cn/team/88672)

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