#include <stdio.h>int main() { int height = 185; printf("%s\n",height>=180 ?'能':'不能'); return 0;}
不能运行,为什么不用Y,N呢