fix: misc fixes to snippets and the state managemnt

This commit is contained in:
Barrett Ruth 2025-09-15 18:50:17 -04:00
parent f53f4bcbe7
commit c16f6576e2
3 changed files with 37 additions and 12 deletions

View file

@ -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