TEST - Life, the Universe, and Everything

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

Input:
1
2
88
42
99

Output:
1
2
88

Information

In case of any problems with your code, you can take a look in the forum, you'll find the answer, only for this problem, in various languages.


Added by:mima
Date:2004-05-01
Time limit:10s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All
Resource:Douglas Adams, The Hitchhiker's Guide to the Galaxy

hide comments
2023-11-08 11:20:06
Certainly! Here's a simple Python solution to find the answer to life, the universe, and everything using a brute-force approach:
Python <snip>

This code continuously reads integers from the input until it encounters the number 42. When 42 is found, the loop breaks and the program stops processing further input. For all other numbers, it prints them to the output.

[Simes]: No thanks. People are encouraged to write their own, not simply copy and paste.

Last edit: 2023-11-08 14:53:23
2023-10-18 05:30:14
snu bi santiin 10v angiin suragc chimgay bn tuslaj demjeerei
2023-10-16 07:25:31
bi hitleriin booviig hohdog
2023-10-11 14:54:01
wtf is this question asking for
2023-10-03 05:57:36
mongol hun bnshde
2023-10-03 03:51:30
MONGOL HUN BNU END Aiiii
2023-10-03 03:50:56
ENE APPAR YAADG BNA
2023-10-02 09:40:55
In your journey with you won't be in the dark about your academic performance. We provide regular progress reports to help you stay on track.


Last edit: 2023-10-02 09:50:03
2023-09-25 19:53:20
problem is very confusing. many are saying, just take input and stop as soon as it is 42 without printing it and print it if is not 42. But, if that is the case, how come input has 99.
If 99 is there, means that first we have accept all the inputs, and go through it and print only till 42. But, in that case how do we know how many inputs to take ?
Very confusing question. Logic is simple, confusion is created by the way question is written.
Usually these kind of question on leetcode or HackerRank have first line indicating the no. of inputs to be taken. But here nothing of that sort is given.

Last edit: 2023-09-25 19:53:45
2023-09-11 11:06:03
lol
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.