l

lisuhengyu0617

#668868CCF 4 级

这名用户暂未设置签名。

发帖
11
文章
0
互动
9
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. lisuhengyu0617
    最早追溯到 2025/11/21最后捕获于 2025/11/21
  2. lisuhengyu0617
    最早追溯到 2023/10/21最后捕获于 2023/10/21

时间线

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

  1. 回复讨论

    在讨论freopen使用回复:

    @[小小蒲公英](/user/392816) 用不起啊
  2. 发起讨论
    freopen使用

    如何让一个C++程序在一开始读入in文件中的数据 后面读入自行输入的数据?

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

    在讨论20求调回复:

    没判断有没有冒号 我大致知道了
  4. 回复讨论

    在讨论20求调回复:

    ```cpp #include using namespace std; int server[65540]; string s[1005]; int main(){ freopen("network.in","r",stdin); freopen("network.out","w",stdout); int n,k=…
  5. 发起讨论
    20求调

    ```cpp #include using namespace std; int server[65540]; string s[1005]; int main(){ //freopen("network.in","r",stdin); //freopen("network.out","w",stdout); int…

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

    在讨论95tps求调回复:

    溢出了
  7. 发起讨论
    警示后人

    用哈希函数的要注意不能打“hash”做函数名,要关键字冲突

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

    ```cpp #include using namespace std; char a[100005][100005]; int vis[100005][100005]; int n,m; struct node{ int x,y; }; bool check(int x,int y){ if(x>=1&&x =1&&…

    回复 0参与人数 1
  9. 发起讨论
    50分求助

    ```cpp #include using namespace std; int n,d[100005],num[100005],ans[100005][5],t; string s; struct node{ int i,j,diff; bool operator b.diff) return true; if(di…

    回复 0参与人数 1
  10. 发起讨论
    MLE求助

    ```cpp #include using namespace std; deque q[1000005]; int main(){ int n; cin>>n; for(int i=0;i >a; cin>>k; if(a=="push_back"){ cin>>b; q[k].push_back(b); } els…

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

    在讨论洛谷奖项认证功能回复:

    后排
  12. 发起讨论
    求助,开了O2AC,不开TLE最后一个点

    ```cpp #include using namespace std; int ans[15],num,xy,p=0; bool check(int n){ for(int i=0;i >xy; print(0); cout<<num; } ```

    回复 2参与人数 2
  13. 发起讨论
    开了O2全WA不开最后一个TLE,求助

    ```cpp #include using namespace std; int ans[10],num; bool check(int n){ for(int i=0;i<n;i++){ if((ans[i]==ans[n])||(abs(ans[i]-ans[n])==abs(n-i))){ return fals…

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

    在讨论七彩测评,求助回复:

    用桶排序 ```cpp #include ; using namespace std; int buk[1005]; int main(){ int n,m,x,num,b,num1; cin>>n>>m; for(int i=0;i >x; buk[x]++; b=max((i+1)*m/100,1); num=0;…
  15. 发起讨论
    求大佬帮助!1,3AC其余TLE

    ```cpp #include using namespace std; int main(){ int a,b=1; int c=0; cin>>a; for(int i=3;i<=a;i+=2){ c=0; for(int j=3;j<i/2;j+=2){ if(i%j==0){ c=1; break; } } i…

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

    在讨论为什么不能用sort啊,求大佬帮助回复:

    谢谢各位大佬的指教
  17. 发起讨论
    为什么不能用sort啊,求大佬帮助

    ```cpp #include using namespace std; int a[10000005]; int main(){ int b,c; cin>>b>>c; for(int i=0;i >a[i]; } sort(a,a+b); cout<<a[c]; } ```

    回复 10参与人数 10
  18. 发起讨论
    迷之MLE

    ```cpp #include using namespace std; long long k; int s(long long a,long long b){ if((a-b)%2==0||a>b){ return s((a+b)/2,b)+s((a-b)/2,b); } else{ return 1; } } i…

    回复 1参与人数 1
  19. 回复讨论
  20. 回复讨论

    在讨论洛谷咕值系统介绍回复:

    **支持支持**
已经到最早的记录