这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; struct Node { int f; // 分数 int s; // 实力值 int b; // 编号 }; bool cmp(const Node &a, const Node &b) { if (a.f == b.f) { return…
在讨论《入门题求助》回复:
@[JackMerryYoung](/user/224558) 什么意思?题目没说平均数啊!