Home > Back-end >  Very simple question but why don't I have been running out o answer
Very simple question but why don't I have been running out o answer

Time:09-15

CodePudding user response:

The scanf (" % f % f, % f \ n "); Don't need \ n

CodePudding user response:

Remove the scanf '\ n',
Because the scanf is the standard input, belongs to the line buffer, so you need to enter the enter data to the input buffer to brush to memory, so it is must be input, and add in the scanf '\ n', then enter the carriage return to '\ n' match, cannot complete submission,

CodePudding user response:

The scanf (" % f % f, % f \ n "); The need to kill \ n

CodePudding user response:

Don't need \ n input

CodePudding user response:

Double quotes need not add \ n
  • Related