fix: misc fixes to snippets and the state managemnt
This commit is contained in:
parent
f53f4bcbe7
commit
c16f6576e2
3 changed files with 37 additions and 12 deletions
|
|
@ -137,7 +137,7 @@ local function default_filename(contest_id, problem_id)
|
|||
})
|
||||
|
||||
if problem_id then
|
||||
return problem_id:lower()
|
||||
return (contest_id .. problem_id):lower()
|
||||
else
|
||||
return contest_id:lower()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue