Skip to content

Commit b9c5330

Browse files
committed
[1800] CF1466E 式子变形 拆位
1 parent c452cd4 commit b9c5330

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/1400-1499/1466E.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"bufio"
55
. "fmt"
66
"io"
7-
"os"
87
)
98

109
// github.com/EndlessCheng/codeforces-go
@@ -46,4 +45,4 @@ func CF1466E(_r io.Reader, _w io.Writer) {
4645
}
4746
}
4847

49-
func main() { CF1466E(os.Stdin, os.Stdout) }
48+
//func main() { CF1466E(os.Stdin, os.Stdout) }

0 commit comments

Comments
 (0)