package main import "fmt" func main() { a, b := 1, 1 if a == b { a := -1 fmt.Println(a + b) } fmt.Println(a + b) }
请在评论区写下你的答案。
社交账号:
我要举报该,理由是: