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.


hide comments
erzogomo8uy: 2023-10-16 07:25:31

bi hitleriin booviig hohdog

sulkel: 2023-10-11 14:54:01

wtf is this question asking for

magnai_1111: 2023-10-03 05:57:36

mongol hun bnshde

antomider0819: 2023-10-03 03:51:30

MONGOL HUN BNU END Aiiii

antomider0819: 2023-10-03 03:50:56

ENE APPAR YAADG BNA

stutler123: 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
kartikpodugu: 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
szymont18: 2023-09-11 11:06:03

lol

hoanganh1409: 2023-09-09 17:11:45

holy

ravi_25: 2023-09-08 13:54:46

i solved it

Last edit: 2023-09-08 13:55:20

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

Problem's scores 2 votes

Concept difficulty
Concept difficulty 6%
Implementation difficulty
Implementation difficulty 7%
369 74