We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f6a82 commit eed1e86Copy full SHA for eed1e86
2 files changed
bin/test.sh
@@ -2,5 +2,5 @@
2
3
set -e
4
5
-g++ -std=c++17 -o run_test test.cpp -fdiagnostics-color=always -lm 2>&1
+g++ -std=c++23 -o run_test test.cpp -fdiagnostics-color=always -lm 2>&1
6
./run_test -fc -ni
bin/test_output.sh
-g++ -std=c++17 -o run_solution main.cpp -fdiagnostics-color=always -lm 2>&1
+g++ -std=c++23 -o run_solution main.cpp -fdiagnostics-color=always -lm 2>&1
test.sh
0 commit comments