From 1d4ca5dea476889814fd365928c6eb0f68f1b9a4 Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Tue, 1 Mar 2022 15:20:00 +0100 Subject: Hyper-optimize IO in rust solution --- kattis-kth-alginda-quicksort/test | 1 + 1 file changed, 1 insertion(+) (limited to 'kattis-kth-alginda-quicksort/test') diff --git a/kattis-kth-alginda-quicksort/test b/kattis-kth-alginda-quicksort/test index 4314cbf..01b0ae7 100755 --- a/kattis-kth-alginda-quicksort/test +++ b/kattis-kth-alginda-quicksort/test @@ -4,6 +4,7 @@ echo hej > out_1 echo hej > out_2 while diff out_1 out_2; do + echo -n . python gen.py -2147483648 2147483647 > max "$1" < max > out_1 "$2" < max > out_2 -- cgit v1.2.3