#include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); long long N,M; cin>>N>>M; vectorA(N); for(auto &i:A)cin>>i; for(int i=1;i