 | Sphere Online Judge |

I bring to your attention a Polish site with traditional programming tasks —
SPOJ.PLBy registering on it, you can solve problems in almost any programming language you know, including Ruby.
Register and go to the
test task .
In English, it sounds like this:
SPOJ Problem Set
1. Life, the Universe, and Everything
Problem code: TEST
')
Your program is to use your brute-force approach. More precisely ... small numbers from input to output. Stop processing input in the number 42. All numbers at input are integers of one or two digits.
Example
Input:
one
2
88
42
99
Output:
one
2
88
The meaning is simple:
The program is engaged in nothing more than the rewriting of small numbers from input to output. After you meet 42 — stop. At the entrance are given numbers from one or two digits.
Each problem at the bottom indicates restrictions that cannot be exceeded and the languages in which this problem can be solved, as well as the name of the problem's author and the date of addition.
For example:
Added by: Michał Małafiejski
Date: 2004-05-01
Time limit: 3s
Source limit: 50000B
Languages: All
Resource: Douglas Adams, The Hitchhiker's Guide to the Galaxy
After you deal with the problem on your computer, it is worth
sending it to the site for checking.
Further you will receive the
answer , whether you have coped with the task or not.
The more problems you solve, the higher you will rise in the ranking, and maybe take your place in the
top 100 .
Dare, good luck!