Skip to content

Commit 7218a75

Browse files
committed
update CONFIG example
1 parent 5bd0676 commit 7218a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONFIG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ output_file_path = "{{contest_dir}}/a.out"
3838
source_file_path = "{{contest_dir}}/{{problem_id}}.cpp"
3939
compile_command = "g++ {{source_file_path}} -std=c++17 -o {{output_file_path}}"
4040
execute_command = "{{output_file_path}}"
41-
language_id = 4003 # language_nameの場合 "C++ (GCC 9.2.1)"
41+
language_id = 5001 # language_nameの場合 "C++ 20 (gcc 12.2)"
4242
```
4343

4444
以下はPythonでの設定例です
@@ -49,6 +49,6 @@ need_to_compile = false
4949
contest_dir = "{{work_space}}/{{CONTEST_TYPE}}/{{contest_id_0_pad}}"
5050
source_file_path = "{{contest_dir}}/{{problem_id}}/main.py"
5151
execute_command = "python3 {{source_file_path}}"
52-
language_name = "Python (3.8.2)" # language_idの場合 4006
52+
language_name = "Python (CPython 3.11.4)" # language_idの場合 5055
5353
```
5454

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)