#include #define int long long #define endl '\n' using namespace std; mt19937 mt(chrono::steady_clock::now().time_since_epoch().count()); int a[100], b[100]; signed main(){ ios_base::sync_with_stdio(0); cin.tie(0); int n; cin >> n; for(int i=0; i> a[i]; for(int i=0; i