|
|
back to boardwho can tell me how many integer numbers shoud I input each time? Posted by hengxin 12 Jan 2009 17:21 from the statements of the problem ,I don't know how to end my input .Is there anyone can help me? Thank you very much max 131072 integers, not more :) Posted by OpenGL 13 Jan 2009 17:37 Edited by author 13.01.2009 17:38 Don't know I really don't know how to end my input file... Should I write while not eof do??? Re: Don't know Enter Ctrl+Z - eof Re: who can tell me how many integer numbers shoud I input each time? Posted by Ivailo 9 Nov 2009 01:47 If you data type is double or float or something like that, to end the input you can simply type a letter (a-z , A-Z).But bare in mind that in the example input there is no such letter so I don't have a clue how to end it according ot the judge criteria. :P :D |
|
|