Home > Back-end > Novice small white, want to ask, where is wrong
Novice small white, want to ask, where is wrong
Time:05-24
CodePudding user response:
Case 'b> Max ': this type is wrong,' b> Max "is what type, not character, also is not a string, the back of the case with plastic,
CodePudding user response:
Reference:
# include
Int main () { Int a, b, c; Printf (" please enter the number three: \ n "); The scanf (" % d % d % d ", & amp; A, & amp; B, & amp; C); Printf (" maximum: % d \ n ", a> b? (a> c? A: c) : (b> c? B, c));