这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```c #include #include typedef struct EDGE { int ed; struct EDGE*next; }Node;//邻接表节点。 int queue[100005]={0};//bfs队列。 int book[100005]={0};//标记数组。 Node*head[1000…
```c #include int max(int a,int b); int main() {int i=0,j=0,n=0,m=0,tv=0,tq=0,tp=0,cntm=0,cnts=0; scanf("%d %d",&m,&n);//m和n和题目是反的。 int mainw[1+n]; int mainv[1+…
```c #include #include void mul(char a[],char b[]);//高精度乘法。 int main() {int i=0,j=0,p=0,n=0,k; char a[1000]={'2','\0'};//因数1。 char b[2]={'2','\0'};//因数2. scanf(…
在讨论《为什么在DeV-C++上运行第一个测试点正确,但却过不了?》回复:
@[BurningEnderDragon](/user/386876) 不是样例,就是第一个测试点显示WA(然而.out文件是58,是我输出也是58。。。)
C语言 ```c #include const int in=1 =10||cy =10||map[cy][cx]=='*')//如果碰到障碍物或出界。 { cy-=direction[k1][1]; cx-=direction[k1][0]; if(k1 =10||fx =10)//如果碰到障碍物或出界。 { fy-…