#include <stdio.h>
int main()
{
double money =12 ;
double cost = 11.5 ;
printf("小编能不能打车回家呢:");
printf( "%c\n",money>=cost ? 'y' : 'n' );
return 0;
}
如上面的y和n我要输出的是字符 啊
慕移动6052691
相关分类