这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include using namespace std; struct node { long cost,id; }; vector photo[10001]; long dist[10001]; long heap[10001]; long flag[10001]; int n,m,…