PROBLEM LINK:
Author:ADMIN
Editorialist:SUSHANT AGARWAL
DIFFICULTY:
CAKEWALK
PREREQUISITES:
Basic looping,Basic Input/Output
PROBLEM:
Rewrite small numbers from input to output. Stop processing input after reading in the number 42. All numbers at input are integers of one or two digits.
EXPLANATION:
Please refer to the sample solution given by editorialist.
EDITORIALIST'S SOLUTION:
Editorialist's solution can be found here.