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 2560816 commit fbf53caCopy full SHA for fbf53ca
workbook/actions.py
@@ -62,6 +62,8 @@ def gen_ind_workbook(attrs, category):
62
63
category_idx = 0
64
problem_infos = get_problem_info(attr[2])
65
+ print(f'[{attr[0]}] {attr[1]} : {len(problem_infos)} problems')
66
+ print(problem_infos)
67
prob_table = '| 문제 분류 | 문제 | 문제 제목 | 정답 코드 |\n| :--: | :--: | :--: | :--: |\n'
68
69
for prob_id, prob_name in problem_infos:
0 commit comments