摘要:
1.Practice 2.memory every week for from working memory to long tern memory 3.sleep 4.running promote general new neuron and get some new idea and take 阅读全文
摘要:
``` #include using namespace std; const int N = 1005; int arr[N][N]; int vis[N][N]; int n, m; int dx[4] = { 0,1,0,-1 }; int dy[4] = { 1,0,-1,0 }; bool flag; int si, sj, ei, ej; bool ok(int nx, int ny... 阅读全文