Skip to content

Commit 5015cc6

Browse files
committed
delete code_cov
1 parent ef9aa3e commit 5015cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/9991044.Longest-Duplicate-Substring/1044. Longest Duplicate Substring.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func longestDupSubstring(S string) string {
1111
// high = mid - 1
1212
// }
1313
// }
14-
return "这个解法还有问题"
14+
return "这个解法还有问题!"
1515
}
1616

1717
// func hashSlice(arr []int, length int) []int {

0 commit comments

Comments
 (0)