#include using namespace std; int main(){ int t,n; cin>>t; while(t--){ cin>>n; vector dp(n+1); dp[0]=1; for(int i=0;i