🏡 index : github.com/captn3m0/codechef.git

---
category_name: school
problem_code: TEST
problem_name: 'Life, the Universe, and Everything'
languages_supported:
    - ADA
    - ASM
    - BASH
    - BF
    - C
    - 'C99 strict'
    - CAML
    - CLOJ
    - CLPS
    - COB
    - 'CPP 4.3.2'
    - 'CPP 6.3'
    - CPP14
    - CS2
    - D
    - ERL
    - FORT
    - FS
    - GO
    - HASK
    - ICK
    - ICON
    - JAVA
    - JS
    - kotlin
    - 'LISP clisp'
    - 'LISP sbcl'
    - LUA
    - NEM
    - NICE
    - NODEJS
    - 'PAS fpc'
    - 'PAS gpc'
    - PERL
    - PERL6
    - PHP
    - PIKE
    - PRLG
    - PYPY
    - PYTH
    - 'PYTH 3.5'
    - RUBY
    - rust
    - SCALA
    - 'SCM chicken'
    - 'SCM guile'
    - 'SCM qobi'
    - ST
    - swift
    - TCL
    - TEXT
    - WSPC
max_timelimit: '10'
source_sizelimit: '50000'
problem_author: admin
problem_tester: null
date_added: 23-02-2009
tags:
    - admin
    - cakewalk
    - conditions
    - input
time:
    view_start_date: 1514556120
    submit_start_date: 1514556120
    visible_start_date: 1514556120
    end_date: 1735669800
    current: 1514816819
layout: problem
---
All submissions for this problem are available.All submissions for this problem are available.**For help on this problem, please check out our tutorial [Input and Output (I/O)](http://blog.codechef.com/2009/02/24/54/)**


Your program is to use the brute-force approach in order to _find the Answer to Life, the Universe, and Everything._ More precisely... 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.

### Example

<pre>
<b>Input:</b>
1
2
88
42
99

<b>Output:</b>
1
2
88
</pre>