能运行吗?
#include <stdio.h>
int main()
{
int height = 185;
printf("%s\n",height>=180 ?'能':'不能');
return 0;
}
#include <stdio.h>
int main()
{
int height = 185;
printf("%s\n",height>=180 ?'能':'不能');
return 0;
}
2020-10-12
举报