M

Mei20

#759449

快乐的憨比

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

历史用户名外显

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

  1. Mei20
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. Mei20
    最早追溯到 2024/10/26最后捕获于 2024/10/26
  3. Mei20
    最早追溯到 2024/09/15最后捕获于 2024/09/15

时间线

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

  1. 发布文章
    郑渊洁

    白客 金手指 五个苹果折腾地球 换头软件 奔腾验钞机 生化保姆 智齿 失踪100天 三万六千天

    获赞 0评论 0
  2. 发布文章
    Train2

    ```cpp using namespace std; int a[200005]; int main() { #ifdef absi2011 freopen("input.txt","r",stdin); freopen("output.txt","w",stdout); #endif int t; scanf("%…

    获赞 0评论 0
  3. 发布文章
    CF1864

    E ```cpp const int modo = 998244353; int a[200005]; long long ans = 0; void dfs(int l,int r,int num_l,int num_r) { if (l == r) { return; } int num_mid = (num_l…

    获赞 0评论 0
  4. 发布文章
    CF1902

    D ```cpp using namespace std; int sumx[200005]; int sumy[200005]; char a[200005]; map , vector > m; int main() { #ifdef absi2011 freopen("input.txt","r",stdin);…

    获赞 0评论 0
  5. 发起讨论
    40分,求调

    ```cpp #include #include using namespace std; int n; int a[5005],f[5005]; int main() { scanf("%d",&n); for(int i=1;i<=n;i++) { scanf("%d",&a[i]); } f[1]=1; for(…

    回复 1参与人数 1
  6. 发起讨论
    10分,求调

    ```cpp #include #include #include using namespace std; string s; long long n; long long cnt,sum,k; int main() { cin>>s>>n; sum=cnt=s.size(); while(sum cnt) { if…

    回复 2参与人数 2
  7. 发起讨论
    全TLE,求调

    ```cpp #include using namespace std; long long f[21][21][21]; long long a,b,c,cnt; long long w(int a1,int b1,int c1) { if(f[a1][b1][c1]) return f[a1][b1][c1]; i…

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

    在讨论CHOI Round 1赛时答疑帖回复:

    @[I_AK_IOI_](/user/1010650) T2中可以重复挑选相同的i吗
  9. 发起讨论
    40分,求助

    ```cpp #include #include using namespace std; int a,b,c,n1,n2,n3,v; bool e[10],ans; int main() { cin>>a>>b>>c; for(int i=123;i =1000) continue; e[n1/100]=1;n1%=…

    回复 3参与人数 3
  10. 发起讨论
    sort+scanf能通过!

    附上AC代码 ```cpp #include #include using namespace std; int n,a[5000000],k; int main() { scanf("%d%d",&n,&k); for(int i=1;i<=n;i++) scanf("%d",&a[i]); sort(a+1,a+n…

    回复 7参与人数 7
  11. 发起讨论
    样例过,90,求

    ```cpp #include #include #include using namespace std; struct sj{ int ord,a,n,sum; }; bool cmp(sj a,sj b) { return a.n =10) { c[i+1]+=c[i]/10; c[i]%=10; } } a[0…

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

    在讨论改了,仍70,求回复:

    @[DL_Lingkong](/user/892470) 感谢
  13. 发起讨论
    改了,仍70,求

    ```cpp #include #include #include using namespace std; int n; struct ren{ string name,pos; int lev,exp,posi; long long bang; }; ren a[112],b[4]; bool cmp(ren a,…

    回复 2参与人数 2
  14. 发起讨论
    样例未过,10,求

    ```cpp #include using namespace std; int n,m,r,sum,a[502][502],b[502][502],x,y,num_x,num_y; bool z; int main() { cin>>n>>m; for(int i=1;i >x>>y>>r>>z; num_x=x-r…

    回复 2参与人数 2
  15. 发起讨论
    样例过,只得70,求教

    ```cpp #include #include #include using namespace std; int n; struct ren{ string name,pos; int lev,exp; long long bang; }; ren a[112],b[4]; bool cmp(ren a,ren b…

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