Hacking Java Arrays.sort

Правка en1, от __declspec, 2022-04-23 16:10:02

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

Теги hacking, java

История

 
 
 
 
Правки
 
 
  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)