l

liuxu_piaofei

#1582607

是金子总会发光,但是玻璃碴子只会反光

发帖
7
文章
0
互动
6
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. liuxu_piaofei
    最早追溯到 2026/03/02最后捕获于 2026/03/02
  2. liuxu_piaofei
    最早追溯到 2025/11/21最后捕获于 2025/11/21
  3. sunyinuo0304
    最早追溯到 2024/12/15最后捕获于 2024/12/15

时间线

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

  1. 发起讨论
    50pts,求调,闭关

    ```cpp #include using namespace std; int s[1005][1005]; int main(){ int n,m,k,ans=-1; cin>>n>>m>>k; for(int i=1;i >s[i][j]; for(int i=1;i<=n-2;i++){ for(int j=1…

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

    在讨论15pts,老规矩闭关回复:

    @[yinuo8651](luogu://user/1381480) 谢谢
  3. 回复讨论

    在讨论15pts,老规矩闭关回复:

    ~~真没招了~~
  4. 发起讨论
    15pts,老规矩闭关

    ```cpp #include using namespace std; struct Students{ int x; int y; }; bool cmp(Students a,Students b){ if(a.x!=b.x) return a.x>b.x; if(a.y!=b.y) return a.y>b.y…

    回复 4参与人数 4
  5. 发起讨论
    0pts RE&TLE ??? 闭关

    ```cpp #include using namespace std; struct goods{ string name; int v; int price; }; bool cmpstr(string a,string b){ if(a+b>b+a) return false; else return true;…

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

    在讨论95分求调,闭关回复:

    @[many_](luogu://user/1312312) 蟹蟹
  7. 发起讨论
    95分求调,闭关

    ```cpp #include using namespace std; int s[100005]; int main(){ int n,p=0,maxx=0; cin>>n; for(int i=1;i >s[i]; sort(s+1,s+n+1); for(int i=1;i<=n;i++){ if(s[i]==…

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

    在讨论20分求调(会关)回复:

    @[wangboyue_740325](luogu://user/740325 感谢感谢
  9. 发起讨论
    20分求调(会关)

    第2,第5个点对了 # ~~我也是没招了~~ ```cpp #include #define ll long long using namespace std; int main(){ int q; cin>>q; for(int i=1;i >n; n1=n; for(x=1;n1!=0;x++){ n1=n1/10…

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

    ```c #include using namespace std; int s[10005]; int main(){ int n,ans=0; cin>>n; for(int i=1;i >s[i]; sort(s+1,s+n+1); for(int i=n;i;i--) ans+=i*s[n-i+1]; cout…

    回复 0参与人数 1
  11. 评论文章

    在文章题解:P1321 单词覆盖还原发表评论:

    @Dualvectorfoil 那输出时减一呗
  12. 回复讨论

    在讨论满江紫求调回复:

    @[v0id](luogu://user/1399499) 已过,蟹蟹
  13. 发起讨论
    满江紫求调

    ```cpp #include using namespace std; int cmp(string &a,string &b){ if(a+b>b+a) swap(a,b); } string s[25]; int main(){ int n; cin>>n; for(int i=1;i >s[i]; sort(s…

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