F

FTYCYC

#787006

这名用户暂未设置签名。

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

历史用户名外显

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

  1. FTYCYC
    最早追溯到 2023/10/23最后捕获于 2023/10/23

时间线

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

  1. 发起讨论
    大佬帮忙

    自己想的一个思路,没有用到快排,两个WA,3个RE,想不出来哪里有问题 ```cpp #include using namespace std; int main(){ int n,a[1000]={0},k,x; cin>>n>>k; for(int i=0;i >x; a[x]++; } for(int i=0;i…

    回复 7参与人数 7
  2. 回复讨论

    在讨论求助!!回复:

    @[syhx](/user/711261) yesyes!!!太感谢了!!!已关
  3. 发起讨论
    求助!!

    为什么在本地上能运行,且测试数据都正常正确,但在洛谷上显示编译失败啊!! ```cpp #include #include #include using namespace std; #define MAX 500 int s[MAX][MAX] ; struct point { int x, y, t; }; que…

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