随笔分类 -  概率与期望

摘要:.. #include <cstdio>#include <cmath>#include <algorithm>using namespace std;#define LL long longLL n,A,B,C,a[10000000+1];int main(){ scanf("%d%d%d%d%d 阅读全文
posted @ 2016-02-02 10:02 sxb_201 阅读(213) 评论(0) 推荐(0)
摘要:1 #include <cstdio> 2 #include <iostream> 3 #include <cmath> 4 #include <algorithm> 5 #include <cstring> 6 using namespace std; 7 8 int p[1001][1001]; 阅读全文
posted @ 2016-02-02 09:42 sxb_201 阅读(212) 评论(0) 推荐(0)