#include using namespace std; int main() { int n, m; cin >> n >> m; vector s(n); for(int i=0; i> s.at(i); vector a(m), b(n); for(int i=0; i