#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 l(n),s(n); for(Int i=0;i>l[i]; for(Int i=0;i>s[i]; Int ans=1e9; sort(l.begin(),l.end()); do{ Int res=0; for(Int i=0;i