1

123uuu

#539712

这名用户暂未设置签名。

发帖
31
文章
0
互动
27
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. 123uuu
    最早追溯到 2024/07/23最后捕获于 2024/07/23
  2. 123uuu
    最早追溯到 2024/07/10最后捕获于 2024/07/10
  3. 123uuu
    最早追溯到 2023/11/08最后捕获于 2023/11/08
  4. 123uuu
    最早追溯到 2023/10/22最后捕获于 2023/10/22

时间线

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

  1. 回复讨论

    在讨论听取wa声一片回复:

    @[QAQ_liu](/user/1032871) sb
  2. 回复讨论

    在讨论听取wa声一片回复:

    @[QAQ_liu](/user/1032871) 已关注
  3. 回复讨论

    在讨论0分求调 QWQ回复:

    @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrong…
  4. 发起讨论
    听取wa声一片

    ```cpp #include using namespace std; int n, m, vis[110][110], sum; int d[4][2] = {{ -1, 0},{ 0, -1},{ 1, 0},{ 0, 1}}; int mp[110][110]; struct node { int x, y;…

    回复 8参与人数 8
  5. 回复讨论

    在讨论双倍经验回复:

    hh
  6. 回复讨论

    在讨论双倍经验回复:

    哦,应该是三倍经验 见[T271475 [NOIP2002 普及组] 过河卒](https://www.luogu.com.cn/problem/T271475)
  7. 发起讨论
    双倍经验

    [T157532 过河卒](https://www.luogu.com.cn/problem/T157532) 一模一样程序不用改

    回复 8参与人数 8
  8. 回复讨论

    在讨论玄学???回复:

    为什么?????
  9. 发起讨论
    玄学???

    ```cpp #include using namespace std; int b[1000], a[1000]; int sv(string a, string b){ if (a == "km" && b == "mm"){ return 1000000; } if (a == "m" && b == "mm")…

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

    在讨论小学六年级科学题求助回复:

    @[Ice_rnfmabj](/user/695943) 没超纲,(除非你用的不是浙教版)
  11. 发起讨论
    MLE 92求跳

    ```cpp #include using namespace std; int mp[5000][10000], a[50000]; int main(){ int m, n, i, j; cin >> m >> n; for(int i = 1; i > a[i]; } for(i = 1; i <= n; ++i…

    回复 2参与人数 2
  12. 发起讨论
    90分求调

    ```cpp #include using namespace std; int mp[101][1001]; int a[1000000], b[10000000]; int main(){ int i, j, n, m; cin >> m >> n; for(i = 1; i > a[i] >> b[i]; b[i…

    回复 0参与人数 1
  13. 发起讨论
    bfs

    ```cpp #include using namespace std; const int N = 1000 + 5; const int M = 1000000 + 5; int d[M], step[M]; bool vis[M]; int main(){ int T; cin>> T; while(T--){…

    回复 0参与人数 1
  14. 发起讨论
    dfs的优化

    P1562 还是 N 皇后 本蒟蒻不会位运算,只能爆搜,只得了70分,求优化 ```cpp #include using namespace std; int i, j, n, ans = 0; bool vis1[20], vis2[20], vis3[20]; char mp[100][100]; inline v…

    回复 1参与人数 1
  15. 发起讨论
    为什么RE

    ```cpp #include using namespace std; long long a, b; bool fa = 0; long long cnt = 0; long long d[1000000]; void dfs(int x){ if(x > b) return; if(x == b){ fa = 1…

    回复 0参与人数 1
  16. 回复讨论

    在讨论dfs的TLE 60分回复:

    @[renjunxin0721](/user/865398) 谢谢,已过
  17. 发起讨论
    dfs的TLE 60分

    ```cpp #include using namespace std; int fx, fy, p=0; char mp[110][110]; bool vist[110][110]; int ax[6]={-1, 0, 1, 0}; int ay[6]={0, 1, 0, -1}; void mg(int nx,…

    回复 3参与人数 3
  18. 发起讨论
    60TLE分求助!!!

    ```cpp #include using namespace std; int fx, fy, p = 0, sx, sy; bool vist[40][40]; int ax[10] = {-2, -1, 1, 2, 2, 1, -1, -2}; int ay[10] = {1, 2, 2, 1, -1, -2,…

    回复 3参与人数 3
  19. 发起讨论
    求助

    ```cpp #include #define ll long long using namespace std; const int N = 100 + 5; char mp[N][N]; int f[N][N]; bool vis[N][N]; int n, m; char d[2] = {'B', 'W'}; v…

    回复 0参与人数 1
  20. 发起讨论
    求助,84分

    ```cpp #include using namespace std; struct xxs{ string m; int n,y,r; }tx[100+90]; bool cmp(xxs a1,xxs a2){ if(a1.n!=a2.n)return a1.n >n; for(i=1;i >tx[i].m>>tx…

    回复 1参与人数 1
  21. 回复讨论

    在讨论在学校 电脑被老师控制?不可能的回复:

    我们学校的极域,删掉就会触发报警,所以只能退出,不能删掉
  22. 回复讨论

    在讨论为什么无法输入回复:

    ```cpp #include using namespace std; int i, j, d[10], n, ans = 0; char mp[20][20]; bool check(int h, int dep){ int i; for (i = 1; i 0 && d[h - i] == dep - i)ret…
  23. 回复讨论

    在讨论为什么无法输入回复:

    对,但还是感谢大佬 @[yma_y_wma](/user/1023017) 改完后:```cpp #include using namespace std; int i, j, d[10], n, ans = 0; char mp[20][20]; bool check(int h, int dep){ int i;…
  24. 发起讨论
    为什么无法输入

    ```cpp #include using namespace std; int i, j, d[10], n, ans = 0; char map[20][20]; bool check(int h, int dep){ int i; for (i = 1; i 0 && d[h - i] == dep - i)re…

    回复 6参与人数 6
  25. 发起讨论
    建议降橙

    我只会写红题时就写了这道题,不知道怎么写的

    回复 3参与人数 3
  26. 发起讨论
    求助

    ```cpp #include using namespace std; int p = 0, m, n, b[100][100]; char mp[100][100]; int ax[10] = {-1, 0, 1, 0, -1, 1, 1, -1}; int ay[10] = {0, 1, 0, -1, -1, -…

    回复 1参与人数 1
  27. 发起讨论
    原地去世、智慧的提问

    ```cpp #include using namespace std; int mp[10][10],sx,sy,cx,cy,fx,fy; bool va[10][10], vb[10][10], vc[10][10]; /*bool check(int ax,int ay,int x){//这个函数是判断数独上,行…

    回复 0参与人数 1
  28. 发起讨论
    求助12

    ```cpp #include using namespace std; int mp[100][100],sx,sy,fx,fy,t = 0,n,m,cx,cy,xe = 6; bool vist[100][100]; int ax[6]={-1,0,1,0}; int ay[6]={0,1,0,-1}; void…

    回复 0参与人数 1
  29. 发起讨论
    help-1!!!

    ```cpp #include using namespace std; const int N=1000000; string a; int main(){ int l=0,i,la,m=1,n=10000000; cin >> a; la = a.size(); for(int j = 0;j = l)l = m;…

    回复 0参与人数 1
  30. 发起讨论
    爆零

    ```cpp #include using namespace std; int mp[100][100],sx,sy,fx,fy,p=0,c,k,z,cx,cy; bool vist[100][100]; int ax[6]={-1,0,1,0}; int ay[6]={0,1,0,-1}; void mg(int…

    回复 0参与人数 1