r

renzhenxuexi123

#1071370CCF 5 级

繁花落尽时,冥云散去间. 长风啸雄骑,狂日逐波澜. 血满英雄路,功成万骨枯. 梦醒花犹存,铁甲依然在

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

历史用户名外显

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

  1. renzhenxuexi123
    最早追溯到 2025/11/03最后捕获于 2025/11/03
  2. renzhenxuexi123
    最早追溯到 2024/11/09最后捕获于 2024/11/09

时间线

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

  1. 发起讨论
    求救40分

    ```cpp #include using namespace std; string a,b; string c[114514]; int idx= 0,cnt,z; int main(){ cin >> a; getchar(); getline(cin,b); // //cout = 'A') { a[i] +=…

    回复 0参与人数 1
  2. 发起讨论
    奖项认证

    奖项认证里面,没有学校的选择项的怎么认证?

    回复 1参与人数 1
  3. 发起讨论
    80分求救

    代码: ```cpp #include using namespace std; struct stu { int c,s,y,pm; }a[1000000],b[1000000]; int cmp(stu p,stu q){ int f = p.c + p.s + p.y,d = q.c + q.s + q.y; i…

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

    在讨论AC还是没AC?回复:

    @[CSPJ300_DRC1005](luogu://user/1187571) 谢谢
  5. 回复讨论

    在讨论AC还是没AC?回复:

    @[Cey666](luogu://user/1043361) 谢谢
  6. 回复讨论

    在讨论AC还是没AC?回复:

    @[0oOo0](luogu://user/994690) 谢谢
  7. 回复讨论

    在讨论AC还是没AC?回复:

    @[hjb13357896690](luogu://user/1288331)谢谢
  8. 发起讨论
    AC还是没AC?

    AC了,但是显示unaccepted是怎么回事?有一个下面的测试点错了 代码: ```cpp #include #include #include #include using namespace std; int ma[5010][5010]; int main(){ int n,m; cin >> n >> m;…

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

    在讨论学八年级,但是不知道这个符号(玄关)回复:

    alpha(阿尔法) 角度 用来设未知数
  10. 发起讨论
    90分?

    ```cpp #include using namespace std; int a[10086]; int gcd(int a,int b) { return b != 0 ? gcd(b,a % b) : a; } int gbs(int a,int b){ return a * b / gcd(a,b); } i…

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