摘要: 1001 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6827 题意:给定n个数,求第i个数到第j个数的平均值的期望(ij为1到n的随机数且i<=j) 1 #include<bits/stdc++.h> 2 using namespace std; 阅读全文
posted @ 2020-08-06 19:57 麦客_zeng 阅读(229) 评论(0) 推荐(0)