just a Q
Posted: Fri Jan 07, 2005 1:03 pm
as u see, the input method of most of the task are in many lines.
how can i know when the input ends?
how can i know when the input ends?
Most of problems have end of input in specification. Very often is end of file as number 0(zero) or end of file. You have to check and control end of input in your program.ywceric wrote:as u see, the input method of most of the task are in many lines.
how can i know when the input ends?