Skip to content

Commit

Permalink
testlib 0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Jan 11, 2024
1 parent 170f190 commit bfeee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/download_testlib_and_precompile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdio>/a#include <cstdint>' /usr/include/testlib.h
g++ -std=c++17 $FLAGS /usr/include/testlib.h

Expand Down

0 comments on commit bfeee54

Please sign in to comment.