Skip to content

Commit

Permalink
CF1198B
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessCheng committed Feb 20, 2024
1 parent 2dcec05 commit 959bfec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/1100-1199/1198B.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bufio"
. "fmt"
"io"
"os"
)

// https://space.bilibili.com/206214
Expand Down Expand Up @@ -42,5 +41,4 @@ func cf1198B(_r io.Reader, _w io.Writer) {
}
}

func main() { cf1198B(os.Stdin, os.Stdout) }
func max(a, b int) int { if b > a { return b }; return a }
//func main() { cf1198B(os.Stdin, os.Stdout) }

0 comments on commit 959bfec

Please sign in to comment.