Hacking Java Arrays.sort

Revision en2, by __declspec, 2022-04-23 16:15:54

Is it possible to hack java's quicksort? I found this generator only capable of hacking int arrays but not long ones.

Unsuccessful hacking attempt (they used Arrays.sort on long array): https://codeforces.com/contest/1671/hacks/798786

Successful hacking attempt (they used Arrays.sort on int array): https://codeforces.com/contest/1671/hacks/798795

Tags hacking, java

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English __declspec 2022-04-23 16:15:54 0 (published)
en1 English __declspec 2022-04-23 16:10:02 442 Initial revision (saved to drafts)