世界名畫陳列館問題

#include <iostream> #include <fstream> #include <algorithm> using namespace std; const int MAX = 50; int board[MAX][MAX]; //記錄方格被監視狀況 int root[MAX][MAX]; //記錄機器人位置 int best[MAX][MAX]; int m, n;
相關文章
相關標籤/搜索