From bfeee5452589ce118dab16583924cf1aef080181 Mon Sep 17 00:00:00 2001 From: Le Bao Hiep Date: Thu, 11 Jan 2024 09:41:03 +0700 Subject: [PATCH] testlib 0.9.41 --- .docker/download_testlib_and_precompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/download_testlib_and_precompile b/.docker/download_testlib_and_precompile index 5c3beaf17..106c9af12 100755 --- a/.docker/download_testlib_and_precompile +++ b/.docker/download_testlib_and_precompile @@ -3,7 +3,7 @@ FLAGS="-Wall -DONLINE_JUDGE -O2 -fmax-errors=5 -march=native -s" # Download and precompile testlib.h -curl -L https://raw.githubusercontent.com/VNOI-Admin/testlib/master/testlib.h -o /usr/include/testlib.h +curl -L https://raw.githubusercontent.com/MikeMirzayanov/testlib/master/testlib.h -o /usr/include/testlib.h sed -i '/^#include /a#include ' /usr/include/testlib.h g++ -std=c++17 $FLAGS /usr/include/testlib.h