A - Sliding Window POJ - 2823

http://poj.org/problem?id=2823// 原題鏈接     題目大意,就是輸出每個相鄰 (i,i+k+1)區間中的最大值 /// 單調隊列練習     1 #include <algorithm> 2 #include <stack> 3 #include <istream> 4 #include <stdio.h> 5 #include <map> 6 #in
相關文章
相關標籤/搜索