#include using namespace std; typedef long long ll; #define all(x) (x).begin(),(x).end() const int mod=1000000007; int main(){ int N,K;cin>>N>>K; ll dp[N+1][6*N+1],dp2[N+1][6*N+1];//i個振って合計がjのパターン数 for(int i=0;i