#include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); freopen("cheating.in","r",stdin); freopen("cheating.out","w",stdout); int n, m; cin>>n>>m; for (int i=0; i