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
↵
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