#include using namespace std; using ll = long long; int n,t; int a[51]; vector ans; bool dfs(int ni,int now){ //cout<t) return false; int tmp = now + a[ni]; int tt = now * a[ni]; //cout<>n>>t; //vector a(n); for(int i = 0;i>a[i]; dfs(0,0); for(int i = 0;i