8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e974e commit 905fdc4Copy full SHA for 905fdc4
workbook/actions.py
@@ -82,7 +82,7 @@ def gen_ind_workbook(attrs, category):
82
prob_table += f'| {CATEGORY[category_idx]} | {prob_id} | [{prob_name}](https://www.acmicpc.net/problem/{prob_id}) | - |\n'
83
else:
84
solution_num += 1
85
- code_attr = f'[정답 코드]({file_path}.cpp)'
+ code_attr = f'[정답 코드]({file_path.replace(" ", "%20"}.cpp)'
86
MAX_DIFFERENT_SOLUTION = 9
87
for i in range(1, MAX_DIFFERENT_SOLUTION+1):
88
if os.path.exists(file_path+'_'+str(i)+'.cpp'):
0 commit comments