Skip to content

Commit 791abe6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74da5c4 commit 791abe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/silver/cses-1620.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ _, goal = map(int, input().split())
144144
machines = list(map(int, input().split()))
145145

146146
lo = 0
147-
hi = 10 ** 18
147+
hi = 10**18
148148
ans = 0
149149
while lo <= hi:
150150
mid = (lo + hi) // 2

0 commit comments

Comments
 (0)