Its showing correct output and on test cases i received login/signup instead of wrong or write on test cases

https://ide.codingblocks.com/s/370928 unlock problem in hashing is not passing test cases

Hey @shrutikatyal
try to submit code on incognito (Press Ctrl+Shift+N on chrome and sign in into ur CB account and then try to submit) .
If it doesn’t work then please drop a mail on [email protected] regarding this with the screenshot.

now its running fine on incognito but not passing my testcases

Hey @shrutikatyal

			  if(m[num]!=bestposition)
			  {
			  	swap(arr[m[num]],arr[bestposition]);
			  	// m[arr[bestposition]]=bestposition;  changing index of swapped element and no need
			  	m[arr[m[num]]]=m[num];//updated this
                  swap1++;
              }