fix shadowing

This commit is contained in:
Barrett Ruth 2025-09-12 23:13:16 -05:00
parent 8201a11a42
commit 5c93bd259e

View file

@ -101,9 +101,7 @@ function M.scrape_problem(contest, problem_id, problem_letter)
return data
end
local full_problem_id = data.problem_id:lower()
local input_file = "io/" .. full_problem_id .. ".in"
local expected_file = "io/" .. full_problem_id .. ".expected"
full_problem_id = data.problem_id:lower()
if #data.test_cases > 0 then
local all_inputs = {}