#define rep(i,n) for(int i=0;i<(int)(n);i++) #define ALL(v) v.begin(),v.end() typedef long long ll; #include using namespace std; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); int t,n,c; cin>>t>>n>>c; vector A={16,43,120,382,1236,4243,14828,52945}; cout<