#include using namespace std; typedef unsigned long long ull; typedef long long ll; int main(){ int n; cin >> n; int a[n], b[n]; for(int i=0; i> a[i]; for(int i=0; i> b[i]; vector score(101, 0); for(int i=0; i