墨色深渊
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《82,求调(必关)》回复:
谢谢大佬,已关
在讨论《82,求调(必关)》回复:
谢谢大佬,已关
```cpp #include using namespace std; struct water{ int id; long long time; }a[10001]; int n,tot=0,ge=0; bool cmp(water w1,water w2) {if(w1.time==w2.time) return…
在讨论《3WA,求调。》回复:
@[EnochLiu2012](luogu://user/1672657)@[SnowFlavour](luogu://user/982938)谢谢大佬(已关)
```cpp #include using namespace std; struct water{ int id; long long time; }t[1001]; int n,ge=0,tot=0; double ans=0.0; bool cmp(water w1,water w2) {if(w1.time==…