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
|
return data
|
||||||
end
|
end
|
||||||
|
|
||||||
local full_problem_id = data.problem_id:lower()
|
full_problem_id = data.problem_id:lower()
|
||||||
local input_file = "io/" .. full_problem_id .. ".in"
|
|
||||||
local expected_file = "io/" .. full_problem_id .. ".expected"
|
|
||||||
|
|
||||||
if #data.test_cases > 0 then
|
if #data.test_cases > 0 then
|
||||||
local all_inputs = {}
|
local all_inputs = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue