File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "新しいmain.py作成完了"
88# /bin/cat python/<filename>.py >> code/main.py
99
1010lib_path
11- for file_name in " import.py" " math_func.py" " array_create.py" " binary_search.py" " modint.py" " standard_input.py" " yn_func.py" " grid.py" " coordinates_to_id.py" " dijkstra.py" " get_path.py" " dp.py" " coordinate_compression.py" " memo.py" " graph.py" " unionfind.py" " trie.py" " bit.py" " dis_lib.py" " utils.py" ; do
11+ for file_name in " import.py" " math_func.py" " array_create.py" " binary_search.py" " modint.py" " standard_input.py" " yn_func.py" " grid.py" " coordinates_to_id.py" " dijkstra.py" " get_path.py" " dp.py" " coordinate_compression.py" " memo.py" " graph.py" " unionfind.py" " potential_unionfind.py " " trie.py" " bit.py" " dis_lib.py" " utils.py" ; do
1212 lib_path=" libs/${file_name} "
1313 cat $lib_path >> code/main.py
1414done
You can’t perform that action at this time.
0 commit comments