原创 最長上升序列

第一種方法 複雜度(n2)雖然好理解但是耗時,會被卡時間; #include<stdio.h> #include<iostream> #include<algorithm> #include<cstring> #include<q