← 返回 sofi 的题目列表Debug a Journey Counting Implementation
类型:online_judge
You are given an existing JavaScript implementation and its unit tests. At least one test is failing.
Tasks:
Read the code and tests
Identify why the test fails
Fix the code so that all tests pass
Notes:
Apply changes within the given function/module
Ensure the fix does not break other tests