Skip to content

Commit

Permalink
docs: atcoder example 4003 -> 5001
Browse files Browse the repository at this point in the history
  • Loading branch information
CroMarmot committed Oct 30, 2023
1 parent e8e9fb6 commit 6d0222c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage0.2/02_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Add AtCoder(C++ (GCC 9.2.1)) Local(C++17) two different mode

.. code-block:: bash
oi config template new AtCoder "C++17-test" "~/mycode/.oiTerminal/atc_temp.cpp" "clang++ -o Main Main.cpp -std=gnu++17 -O2 -g -Wall -Wcomma -Wextra -fsanitize=integer,undefined,null,alignment" "./Main" 4003
oi config template new AtCoder "C++17-submit" "~/mycode/.oiTerminal/atc_temp.cpp" "clang++ -o Main Main.cpp -std=gnu++17 -O2 -g -Wall -Wcomma -Wextra" "./Main" 4003
oi config template new AtCoder "C++17-test" "~/mycode/.oiTerminal/atc_temp.cpp" "clang++ -o Main Main.cpp -std=gnu++17 -O2 -g -Wall -Wcomma -Wextra -fsanitize=integer,undefined,null,alignment" "./Main" 5001
oi config template new AtCoder "C++17-submit" "~/mycode/.oiTerminal/atc_temp.cpp" "clang++ -o Main Main.cpp -std=gnu++17 -O2 -g -Wall -Wcomma -Wextra" "./Main" 5001
Remote language id
Expand Down

0 comments on commit 6d0222c

Please sign in to comment.