摘要: #include <iostream>#include <cstdio> using namespace std; void traceBack(int i, int j, int **s){ if(i==j) //the function is used to record the optimal 阅读全文
posted @ 2017-09-27 20:53 diamondDemand 阅读(447) 评论(0) 推荐(0)