Hacking Java Arrays.sort
Разница между en1 и en2, 0 символ(ов) изменены
Is it possible to hack java's quicksort? I found [this generator](https://mirror.codeforces.com/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://mirror.codeforces.com/contest/1671/hacks/798786↵

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

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский __declspec 2022-04-23 16:15:54 0 (published)
en1 Английский __declspec 2022-04-23 16:10:02 442 Initial revision (saved to drafts)