fix shadowing
This commit is contained in:
parent
8201a11a42
commit
5c93bd259e
1 changed files with 1 additions and 3 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue