这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助万能的谷民》回复:
0分
```cpp #include #define ll unsigned long long using namespace std; int n; int main() { // freopen("memory.in","r",stdin); // freopen("memory.out","w",stdout); c…
在讨论《样例过了但是零分》回复:
懂了感谢大佬\ 此贴已结
```cpp #include using namespace std; int n,k,sum,ans; queue test[15]; int main() { // freopen("P6977.in","r",stdin); // freopen("P6977.out","w",stdout); cin>>n>…
在讨论《求练习vector的题》回复:
@[linjinyi](/user/700515) 有道理
在讨论《就AC了最后两个点 求调》回复:
其它的是WA
```cpp #include using namespace std; struct bian { int u,v; }t; vector mapp[10005]; int u,v,w; int n,m,s; int dis[10005]; bool book[10005]; void spfa() { memset…