摘要: #include <iostream> #include <time.h> #include <cassert> using namespace std; const int totalFloorNum = 10; const int totalStopNum = 4; int nPerson[totalFloorNum + 1]; int minFloors[totalFloorNum + 1][totalStopNum + 1]; int targetFloors[totalFloorNum + 1][totalStopNum + 1]; //stopN 阅读全文
posted @ 2012-05-08 20:39 徐露 阅读(484) 评论(0) 推荐(0) 编辑