Compare commits
3 commits
e2c2782a33
...
789f2f89e6
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 789f2f89e6 | ||
Bruno BELANYI | 035b00e5cf | ||
Bruno BELANYI | 96b6c799e7 |
|
@ -14,7 +14,7 @@ def solve(input: list[str]) -> int:
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
input = sys.stdin.readlines()
|
input = sys.stdin.read().splitlines()
|
||||||
print(solve(input))
|
print(solve(input))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue