
我的代码:
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
struct node{
int x;
int y;
};
int main(){
int next[8][2]={{0,1},{1,1},{1,0},{1,-1},{0,-1},{-1,-1},{-1,0},{-1,1}};
int i,j,k,m,n,count=0,tempx,tempy;
char map[101][101]={'




近期评论