OK, but I am new to these online judges e.g the TEST program .... if the Input example is:
1
2
88
42
99
and output:
1
2
88
42
Does that mean the user enters all the Inputs and THEN the output is processed or can it be taken that user enters '1', '1' is output; users enters '2', '2' is output ... etc..?