package main
func main() {
if a() {
b()
}
if a := b(); c {
d()
} else {
c()
if num := 9; num < 0 {
} else if num < 10 {
e()
f()