Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessCheng committed Feb 19, 2024
1 parent e573bb4 commit 53157d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/1-99/10C.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
)

// github.com/EndlessCheng/codeforces-go
// https://space.bilibili.com/206214
func CF10C(_r io.Reader, _w io.Writer) {
in := bufio.NewReader(_r)
out := bufio.NewWriter(_w)
Expand Down

0 comments on commit 53157d8

Please sign in to comment.