#include using namespace std; int main(){ int N,max; cin >> N; int a[N],b[N],sum[101]={0}; for(int i=0;i> a[i]; for(int i=0;i> b[i]; for(int i=0;i