摘要: #include #include #include using namespace std;void print(int d[], int s, int e, const char* msg) { printf("%s\n", msg); if (s == e) { pr... 阅读全文
posted @ 2014-10-30 23:05 卖程序的小歪 阅读(154) 评论(0) 推荐(0) 编辑