问答详情
源自:4-1 分支结构之简单if语句

能运行吗?

#include <stdio.h>
int main()
{      
    int height = 185;
    printf("%s\n",height>=180 ?'能':'不能');
 return 0;
}

提问者:qq_慕容8423554 2020-10-12 20:47

个回答

  • 慕勒6679024
    2020-10-14 11:24:34

    不能运行,为什么不用Y,N呢