这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; stack val; stack op; int mp[256]; int main() { ios::sync_with_stdio(false); cin.tie(0), cout.tie(0); int t, p, a, b; char c…
在讨论《Dijkstra求调试》回复:
@[bbxz](/user/665366) 问题解决了,感谢
```cpp #include #include #include #include #include using namespace std; struct Edge { int to, dis; }; struct Node { int id, dis; bool operator dis > a.dis; } }…