Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 7bd0e6b

Browse files
aQuaaQua
aQua
authored and
aQua
committed
891 cancel faverite
1 parent a9ebfd6 commit 7bd0e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithms/0891.sum-of-subsequence-widths/sum-of-subsequence-widths.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"sort"
55
)
66

7-
const mod = 1e9 + 7
7+
const mod = int(1e9 + 7)
88

99
func sumSubseqWidths(a []int) int {
1010
sort.Ints(a)

0 commit comments

Comments
 (0)