Hacking Java Arrays.sort
Difference between en1 and en2, changed 0 character(s)
Is it possible to hack java's quicksort? I found [this generator](https://codeforces.net/contest/1472/hacks/694823) only capable of hacking `int` arrays but not `long` ones.↵

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

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

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)