Y

Yancy0423

#1351192

这名用户暂未设置签名。

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

历史用户名外显

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

  1. Yancy0423
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. Yancy0423
    最早追溯到 2024/10/17最后捕获于 2024/10/17
  3. Yancy0423
    最早追溯到 2024/07/21最后捕获于 2024/07/21

时间线

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

  1. 回复讨论

    在讨论#4,6,8,10WA(数据规模较大案例)本地#4输出为空回复:

    开long long了输出还是空的qaq
  2. 发起讨论
    #4,6,8,10WA(数据规模较大案例)本地#4输出为空

    ```cpp #include using namespace std; const int N=2e5+10; int x[N],fa[N]; const int U=N-2; const int T=N-1; const int F=-T; char opt; long long a,b; int find(int…

    回复 1参与人数 1
  3. 发起讨论
    #5#19WA,已开unsigned

    ``` #include using namespace std; string input; long long front=0,back=0; char type; int cnt; bool b=0; void cut(){ int time=0; for(int i=0;i '9') { type=input[…

    回复 0参与人数 1
  4. 发起讨论
    本地能运行上传CE,求助

    ``` #include using namespace std; string input; long long front=0,back=0; char type; int cnt; bool begin=0; void cut(){ int time=0; for(int i=0;i '9') { type=in…

    回复 2参与人数 2
  5. 发起讨论
    WA30分,测试数据本地能过

    ```cpp #include using namespace std; int n; int ax,bx; char way; char vec; int numc; std::string x; int num(int a){ int b=0; while(a!=0){ a/=10; b++; } return b…

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