#include using namespace std; using Int = long long; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a>k; const int MAX = 100; vector dp(MAX,0); for(int i=k-1;i>=0;i--){ dp[i]=1; for(int j=1;j<=6;j++) dp[i]+=dp[i+j]/6; } cout<