Update prefix_sum.py #11329
Annotations
10 errors
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:11: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:15: SyntaxError: Compound statements are not allowed on the same line as simple statements
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:24: SyntaxError: Expected ':', found name
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:31: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:35: SyntaxError: Compound statements are not allowed on the same line as simple statements
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:47: SyntaxError: Expected ',', found name
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:57: SyntaxError: Expected ',', found name
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:63: SyntaxError: Expected ',', found name
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:66: SyntaxError: Expected ',', found name
|
Ruff:
data_structures/arrays/prefix_sum.py#L2
data_structures/arrays/prefix_sum.py:2:69: SyntaxError: Expected an identifier
|