T

Tangshimo

#1443399

想看春风AC江南岸,先要听取WA声一片

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

历史用户名外显

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

  1. Tangshimo
    最早追溯到 2025/12/16最后捕获于 2025/12/21
  2. Tangshimo
    最早追溯到 2025/11/30最后捕获于 2025/12/15

时间线

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

  1. 发起讨论
    建议加强数据

    我写了一个边长为M的代码获得了80分,所以这道题有80%的点都是正方形,希望加强数据。

    回复 3参与人数 3
  2. 发起讨论
    0pts,求调

    ```cpp #include using namespace std; int a[110][110]; long long dp[2][110][5010]; int main() { memset(dp,-0x3f,sizeof(dp)); int n,k; long long mn = -1e18; cin >…

    回复 0参与人数 1
  3. 发起讨论
    42pts

    ```cpp #include using namespace std; int n,re,a[20][20],px[50],py[50],mx[50],my[50]; void dfs(int x,int y,int step,int ans) { px[step] = x,py[step] = y; ans +=…

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

    在讨论AC样例,评测......回复:

    不会,我就硬凑,这方法不知道哪里有bug
  5. 回复讨论

    在讨论AC样例,评测......回复:

    纯属听取WA声一片,无TLE,无RE
  6. 发起讨论
    AC样例,评测......

    ```cpp #include using namespace std; int a[5010][10010],cnt[5010]; long long dp[5010]; int main() { int n,m; cin >> n >> m; for(int i = 1;i > x >> y; a[y][++cnt…

    回复 3参与人数 3
  7. 发起讨论
    5pts,别笑

    ```py import random a = random.randint(1,100) print(a) ```

    回复 0参与人数 1
  8. 发起讨论
    0分,样例AC

    ```cpp #include using namespace std; struct node{int l,r;}a[200010]; int dp[200010]; bool cmp(node x,node y) { if(x.l != y.l) return x.l > n; for(int i = 1;i >…

    回复 1参与人数 1
  9. 发起讨论
    6TLE,求救

    ```cpp #include using namespace std; int a[300010]; int main() { int n,cnt = 0; cin >> n; for(int i = 1;i > x; int pos = upper_bound(a + 1,a + i,x) - a; cnt +=…

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

    在讨论100pts,LCA求调回复:

    ok
  11. 发起讨论
    100pts,LCA求调

    ```cpp #include using namespace std; int f[310]; int main() { int n,q; cin >> n; for(int i = 1;i > f[i]; cin >> q; while(q--) { int x,a[310]; cin >> x >> a[1];…

    回复 4参与人数 4
  12. 回复讨论

    在讨论80,求调回复:

    @[wuyuncheng](luogu://user/1227964)我知道了:有时dp【i】可能无值,无值为0,但初始化-0x3f不对 ```cpp #include using namespace std; int a[110],b[20010],dp[20010]; int main() { memset(dp,…
  13. 回复讨论

    在讨论80,求调回复:

    我知道了:有时dp【i】可能无值,无值为0,但初始化-0x3f不对 ```cpp #include using namespace std; int a[110],b[20010],dp[20010]; int main() { memset(dp,-0x3f,sizeof(dp)); int n,m,mn = -1e…
  14. 回复讨论

    在讨论80,求调回复:

    依旧WA
  15. 回复讨论

    在讨论80,求调回复:

    改了,还是不行 ```cpp #include using namespace std; int a[110],b[20010],dp[20010]; int main() { memset(dp,-0x3f,sizeof(dp)); int n,m,mn = 0; cin >> n >> m; for(int i =…
  16. 发起讨论
    80,求调

    ```cpp #include using namespace std; int a[110],b[20010],dp[11010]; int main() { memset(dp,-0x3f,sizeof(dp)); int n,m,mn = 0; cin >> n >> m; for(int i = 1;i > a…

    回复 6参与人数 6
  17. 发起讨论
    20,求条

    ```cpp #include using namespace std; int a[110],b[11010],dp[11010]; int main() { int n,m,mn = 0; cin >> n >> m; for(int i = 1;i > a[i]; for(int i = 0;i > b[i];…

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

    在讨论MLE,求条回复:

    我知道了,这道题不是二叉树,我去试试
  19. 回复讨论

    在讨论MLE,求条回复:

    谢谢,MLE没了,但WA和TLE怎么搞```cpp #include using namespace std; int ans = 0,vis[200010]; struct node{int f,l,r;}a[200010]; void dfs(int x,int step,int cnt) { if(!vis[x]…
  20. 回复讨论

    在讨论MLE,求条回复:

    谢谢,成功解决MLE但听取哇声一片 ```cpp #include using namespace std; bool vis[200010]; int ans = 0; struct node{int f,l,r;}a[200010]; void dfs(int x,int step,int cnt) { if(!v…
  21. 发起讨论
    MLE,求条

    ```cpp #include using namespace std; bool vis[200010]; int ans = 0; struct node{int f,l,r;}a[200010]; void dfs(int x,int step,int cnt) { if(!vis[x]) cnt++; if(s…

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

    在讨论咕值计算更新声明回复:

    qp
  23. 发起讨论
    60求条

    ```cpp #include #include using namespace std; char a[1010][1010]; int main() { memset(a,NULL,sizeof(a)); long long m,n,mn = -1e9,mx = 1,my = 1,cnt = 0; bool f =…

    回复 1参与人数 1
  24. 发起讨论
    91pts求条

    ```cpp #include using namespace std; long long dp[2][40010]; struct node{ int a,h; } d[12010]; bool cmp(node x,node y){return x.a > n; for(int i = 1;i > x >> y…

    回复 0参与人数 1
  25. 发起讨论
    求救

    ```cpp #include using namespace std; int n,cnt = 0,a[40] = {0}; bool ip(int x) { if (x n) { cnt++; return ; } for (int i = 1;i > n; dfs(1); cout << cnt; return…

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

    在讨论全RE怎么办,求条回复:

    我去改一下代码,逝世。
  27. 回复讨论

    在讨论全RE怎么办,求条回复:

    这道题说用dp但是给了个20的数据,就很奇怪。
  28. 发起讨论
    全RE怎么办,求条

    ```cpp #include using namespace std; bool c[30][30]; int bx,by,n,m,cnt = 0; int dfs(int step,int nx,int ny) { if(nx == 2 & ny == 2){return 1;} if(c[nx-1][ny] &&…

    回复 4参与人数 4
  29. 回复讨论

    在讨论25pts,求教回复:

    @[William_Y1](luogu://user/1822054),谢谢你的教导,已关注
  30. 发起讨论
    25pts,求教

    ```cpp #include using namespace std; int a[500010],s[500010],dp[500010]; int main () { int n,k; cin >> n >> k; for(int i = 1;i > a[i]; s[i] = a[i] xor s[i - 1];…

    回复 4参与人数 4