摘要:
DescriptionFarmer John has built a new long barn, with N (2 #include using namespace std;const int maxn = 100010;int s[maxn];int n,m;bool ok(i... 阅读全文
摘要:
Collections类为集合类的一些工具类。都为静态方法。经常用法例如以下: @Test public void test() { List list = new ArrayList(); list.add("3"); list.add("1"); list.add("6"); lis... 阅读全文