这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《tle!!!!》回复:
@[karanoli](/user/540584) 一个AC一个WA剩下的全部tle 【求帮】
``` #include #include using namespace std; int a[100000],b[1000000],q; int n,m,mid; int main(){ cin>>n>>m; for(int i=1;i >a[i]; } for(int j=1;j >b[j]; } // for(…
在讨论《wawa 求助》回复:
@[xin20110426](/user/429491) 感谢大佬
``` #include using namespace std; bool map[100][100],check[100][100]; struct zuobiao{ int x,y; }q[1000]; int bx[4][2]={1,0,0,1,-1,0,0,-1}; void bfs(int x,int y,…