这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《WA一个,不知道哪错》回复:
@[lujunxian](luogu://user/1367768) 过了,感谢佬
在讨论《WA一个,不知道哪错》回复:
@[wusheng_](luogu://user/1795848) 还是有一点点错误 我应该是比较函数有错 感谢
还有什么关键点没实现吗 ```cpp #include #include #include using namespace std; struct student{ char name[21]; int score; }a[1001]; bool cmp(student a,student b){ if(a.score…