1、第一行代码packege main

2、第二行代码import“fmt"

3、第三行代码func main(){

4、然后第四行输入
var score = 65
if score >= 90{
fmt.println("B")
}else if score > 75 {
fmt.println("B")
}else {
fmt.println("C")
}

5、第五行输入代码体}

时间:2026-02-14 00:22:05
1、第一行代码packege main

2、第二行代码import“fmt"

3、第三行代码func main(){

4、然后第四行输入
var score = 65
if score >= 90{
fmt.println("B")
}else if score > 75 {
fmt.println("B")
}else {
fmt.println("C")
}

5、第五行输入代码体}
