摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 struct subArray{ 7 int low; 8 int high; 9 float sum; 10 }; 11 //分治策... 阅读全文
posted @ 2015-05-10 21:22 fkissx 阅读(195) 评论(0) 推荐(0)