L = A+B>C and B+C>A and C+A>B 是什么意思呢?

热心网友

if A+BC and B+CA and C+AB then L=-1 else L=0-1=true , 0=false

热心网友

L = A+BC是运算表达式,应为1,然后,三个值为TRUE,方为TRUE.

热心网友

即三角形二边之和大于第三边.是一组逻辑运算表达式,其值为TRUE或FALSE.