subsequence 尺取法
摘要:1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 using namespace std; 5 6 int arr[1000010]; 7 8 int main() 9 { 10 int T,n,S; 11 scanf
阅读全文
posted @ 2016-04-29 18:44
posted @ 2016-04-29 18:44
posted @ 2016-01-30 23:18