R

Recollection19

#1759801CCF 3 级

这名用户暂未设置签名。

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

历史用户名外显

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

  1. Recollection19
    最早追溯到 2025/12/16最后捕获于 2025/12/16

时间线

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

  1. 发起讨论
    MLE求调

    ```cpp #include using namespace std; struct node { long long x,y; }; string a[100]; int n,m,sum=0; int dx[6]={0,0,-1,1,0}; int dy[6]={0,1,0,0,-1}; queue q; void…

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

    ```cpp #include using namespace std; string step[2010]; long long num[2010],tot; stack st; long long error() { cout '9') { if(ch=='-') w=-1; ch=getchar(); } whi…

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

    在讨论80pts #5TLE 求调回复:

    @[big_banana](luogu://user/1069571) 好的谢谢
  4. 发起讨论
    80pts #5TLE 求调

    ```cpp #include using namespace std; int n,m,a[1000000]; int read() { int x=0,f=1; char c=getchar(); while(c '9') { if(c=='-') f=-1; c=getchar(); } while(c>='0'…

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