#include using namespace std; int main(){ int N,M,tmp; vector c; cin >> N >> M; while(cin >> tmp) c.push_back(tmp); tmp=0; for(int i=0;i