2011年8月5日

UVAOJ 497 - Strategic Defense Initiative

摘要: 裸的LIS,根本不需要NlogN,虽然我还是用了497 - Strategic Defense Initiative#include <cstdio>#include <iostream>#include <vector>#include <string>#include <sstream>using namespace std;int f[65535];vector<int> row;vector<int> b;int n;int ans;int bsearch(int &x,int size){ i 阅读全文

posted @ 2011-08-05 21:25 cherryunix 阅读(175) 评论(0) 推荐(0)

导航