******************************* *** The hack uses generator *** ******************************* ** Command line arguments ** no arguments ** Generated test ** ** Generator source ** #include //#define int long long using namespace std; const int N=5e5+10; const int M=2*N; int a[N]; void slove() { int t,n,m; t=1; n=100000;m=5731847; cout<> T; while(T--) { slove(); } return 0; }