这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《只有15分怎么办???》回复:
谢谢
```cpp #include using namespace std; int main(){ // freopen("dist.in","r",stdin); // freopen("dist.out","w",stdout); int n,m,p[102][102],a,b,c,op,ans=0; cin>>n>…