Please read the new rule regarding the restriction on the use of AI tools. ×

__declspec's blog

By __declspec, history, 2 years ago, In English

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.net/contest/1671/hacks/798786

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

Full text and comments »

  • Vote: I like it
  • +31
  • Vote: I do not like it