#include #define int long long using namespace std; const int N=1010; int f,n,k; double ans; signed main(){ //freopen("dice.in","r",stdin); //freopen("dice.out","w",stdout); cin>>f>>n>>k; for(int x=1;x<=f;x++){ double p1=1.0*(f-x)/f,p2=1.0/f; double p3=1.0-p1-p2; double s=0.0; for(int i=0;i