l

letusgo

#1030865

(ง๑ •̀_•́)ง ヽ(*>∇<)ノ ε٩(๑> ₃ <)۶з

发帖
28
文章
0
互动
26
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. letusgo
    最早追溯到 2024/12/29最后捕获于 2025/11/04
  2. letusgo
    最早追溯到 2024/08/30最后捕获于 2024/08/30
  3. letusgo
    最早追溯到 2024/04/17最后捕获于 2024/04/17
  4. letusgo
    最早追溯到 2024/04/06最后捕获于 2024/04/06
  5. letusgo
    最早追溯到 2024/03/11最后捕获于 2024/03/11
  6. letusgo
    最早追溯到 2023/10/23最后捕获于 2023/10/23

时间线

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

  1. 回复讨论

    在讨论N年以前 点3 TLE了 现在看不懂自己代码了,求调回复:

    你这个代码可能是想找等于a[i]-c数字区间,你的左端点用二分找的复杂度不高,但是右端点复杂度高了。右端点应该用二分找最后一个等于a[i]-c的数,然后ans+=r-l+1
  2. 回复讨论

    在讨论68tps TLE求助回复:

    已解决,把初始化删了即可通过
  3. 回复讨论

    在讨论40tps求助!!回复:

    已解决,double temp 打成了 int temp,写顺手了QAQ
  4. 发起讨论
    40tps求助!!

    ```cpp #include using namespace std; const int maxn = 1010; double a[maxn][maxn], b[maxn][maxn]; double n, m; vector tv; vector v; vector swap1, swap2; double s…

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

    在讨论建议降橙回复:

    @[TipherethB](luogu://user/1259877)那就升绿题(
  6. 回复讨论

    在讨论建议降黄回复:

    @[Hydrargyrum](luogu://user/795660)请问这题需要先学习联通块再来做吗?
  7. 发起讨论
    68tps TLE求助

    ```cpp #include using namespace std; typedef unsigned long long ll; const int maxn = 3e5+100; ll a[maxn]; struct node{ ll month, day; bool operator >= 1; } retu…

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

    在讨论24tps求助!!回复:

    忘了初始化了,但是只有68pts
  9. 发起讨论
    24tps求助!!

    ```cpp #include using namespace std; typedef long long ll; const int maxn = 4e5+100; ll a[maxn]; int p; struct node{ ll month, day; bool operator >= 1; } return…

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

    在讨论请问这个思路为什么不对?回复:

    解决了,是读入格式有问题
  11. 发起讨论
    请问这个思路为什么不对?

    ```cpp #include using namespace std; const int maxn = 1010; char mp[maxn][maxn]; int f[2][maxn][maxn];//max int g[2][maxn][maxn];//min void print(int a[2][maxn]…

    回复 1参与人数 1
  12. 发起讨论
    感觉思路没问题,但是1pts求助

    ```cpp #include #include #include using std::ios; using std::memset; using std::cin; using std::cout; typedef long long ll; const int maxn = 1010; int mod = 998…

    回复 1参与人数 1
  13. 发起讨论
    30tps求助

    ```cpp #include #include #include #include #include using std::ios; using std::cout; using std::cin; typedef long long ll;//可以用ll防精度误差 const int maxn = 1030; ll…

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

    在讨论桶排序60分求助回复:

    @[chx_happy](/user/1175010) 应该不会的,因为while(cnt[j]) cnt[j]--;
  15. 回复讨论

    在讨论桶排序60分求助回复:

    没事了,没有判断i!=j
  16. 回复讨论

    在讨论桶排序60分求助回复:

    删等于号直接保龄了QAQ
  17. 发起讨论
    桶排序60分求助

    ```cpp #include using namespace std; const int maxn = 3010; string s[maxn]; int cnt[26]; int main(){ freopen("dict4.in", "r", stdin); freopen("test.out", "w", s…

    回复 6参与人数 6
  18. 回复讨论

    在讨论模拟爆0求助回复:

    已经解决了,把vis[i]改成vis[j]就可以了,不过是不是样例太水了,这都没超时
  19. 发起讨论
    模拟爆0求助

    ``` #include using namespace std; const int maxn = 1e5+100; struct node{ int time, price; }; int a[maxn][4]; vector v; bool vis[maxn]; int main(){ int n; cin >>…

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

    在讨论建议评红回复:

    这题确实不难,但是我眼瞎没看见边长可以为零结果搞了半天QAQ
  21. 回复讨论

    在讨论奇怪的问题回复:

    @[LHM_zs](/user/1024294) 我的意思是题解数组比我开的还大
  22. 回复讨论

    在讨论奇怪的问题回复:

    @[LHM_zs](/user/1024294) 应该不是吧,我看题解直接开到1e7了
  23. 发起讨论
    奇怪的问题

    ```cpp #define _CRT_SECURE_NO_WARNINGS #include using namespace std; const int maxn = 2e6+5e5; int pre[maxn]; bool vis[maxn]; vector Prime; void isprime(){ for(…

    回复 5参与人数 5
  24. 发起讨论
    20分代码求调

    ``` #include using namespace std; vector v[1000005]; bool f[1000005]; void dfs(int id){ cout q; void bfs(){ q.push_back(1); while(!q.empty()){ int t = q.front()…

    回复 0参与人数 1
  25. 发起讨论
    20分代码求调

    ```c #include using namespace std; unsigned long long a[100005]; int main(){ int n, k; unsigned long long ans = 0; scanf("%d%d",&n, &k); if(k == 1){ cout = max(…

    回复 1参与人数 1
  26. 发起讨论
    感觉这题描述有点模糊是怎么回事

    比如输入了11个W后,第二局还要输出0:0我感觉题目就有点没太说清楚。是不是我语文有问题QAQ

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

    在讨论非暴力50分求助回复:

    k改成longlong只能多拿5分QAQ
  28. 发起讨论
    非暴力50分求助

    ```cpp #define _CRT_SECURE_NO_WARNINGS #include using namespace std; int n; int p,l,r,k; long long ans = 0; struct node{ int l, r; }; stack a;// int main(){ sca…

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

    在讨论ac了,但是有点疑问回复:

    @[_Haoomff_](/user/368111) 感谢,只看ai的范围了
  30. 发起讨论
    ac了,但是有点疑问

    如果输入为 4 0 0 0 0 0 输出16 这个是正确答案吗? 我看题解的代码输出也是16 但感觉根据题意应该输出12

    回复 3参与人数 3