Unzip input.zip first (I can't import too large file).
Execute gentest.py to generate another testcase.
python3 gentest.py
Execute run.sh to start the calculate the runtime of each sort algorithm.
./run.sh
Finally, result.txt contains the result we need (runtime of each sort algorithm).