摘要: Java学习网站http://www-900.ibm.com/developerWorks/cn/java/index.shtml IBM的JAVA专题——永远的蓝色巨人http://www.huihoo.com 灰狐动力——Enterprise Open Sourcehttp://www.jdon 阅读全文
posted @ 2016-09-16 14:01 请叫我凯凯大人 阅读(931) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define LL long long using namespace std; const int maxn=105; const int mod=1e6+7; int T,n,a[maxn],b[maxn]; LL fac[maxn]; int vis[maxn]; void set(int high) { fac[0... 阅读全文
posted @ 2016-09-16 11:19 请叫我凯凯大人 阅读(234) 评论(0) 推荐(0) 编辑