#include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int n,k; cin >> n >> k; vector t(k),u(k); for(auto &nx : t){cin >> nx;} for(auto &nx : u){cin >> nx;} for(int i=0;i