能運行嗎?
#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
舉報
2020-10-14
不能運行,為什么不用Y,N呢