这个为什么运行失败呢
#include <stdio.h>
int main()
{
int height = 185;
//补全所有代码
if(height >= 180)
{
printf("%s\n","小明进入篮球队");
}
else
{
printf("%s\n","小明不能进入篮球队");
return 0;
#include <stdio.h>
int main()
{
int height = 185;
//补全所有代码
if(height >= 180)
{
printf("%s\n","小明进入篮球队");
}
else
{
printf("%s\n","小明不能进入篮球队");
return 0;
2019-10-09
举报