这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
求助大佬,为什么这个程序会爆空间啊 #include using namespace std; struct st{string b; string a; string now; int num; }; vector adj; string s,ss ; bool bfs(){//xian pan duan zai c…
求神牛牪犇解错,怎么都排不出 #include #include using namespace std; int n,m[1000][1000],num=1; bool keep=false,vis[1000][1000]={false}; int x[4]={-1,1,0,-1}, y[4]={0,0,-1,1};…
请问各位大神,这是一个高精度减法的代码 #include #include using namespace std; struct st{int data[100000000]; int len; }; char ca[10000000],cb[10000000]; st change(char j[]){st b;…