Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessCheng committed May 8, 2020
1 parent 4261d43 commit 063ad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copypasta/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func bufferIO(_r io.Reader, _w io.Writer) {
}

// 快读,适用于输入量超过 1e6 的题目
// 相比 Fscan,每读入 1e6 个 int 可以加速 400ms 左右
// 相比 Fscan,每读入 1e6 个 int 可以加速约 400-450ms(Codeforces/AtCoder)
func fastIO(_r io.Reader, _w io.Writer) {
in := bufio.NewScanner(_r)
in.Split(bufio.ScanWords)
Expand Down

0 comments on commit 063ad47

Please sign in to comment.