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
sobol213: 2024-01-23 10:15:31

czesc

sevjid: 2024-01-21 05:45:23

oo pizda haraal ideeseee pzda

mounatinknight: 2024-01-19 11:04:08

Mountain DEWWWWWWWWWWWWWWWWWWWWW

smitraj_007: 2024-01-18 15:39:18

I am new to this platform.
I am submitting the python code which I have tested and is working fine in my local machine. But its not compiling it properly in this platform. Can anyone suggest how should the submission be done here?

amarsanaa00: 2024-01-16 11:57:26

no comment

bekana: 2023-12-12 09:38:26

enuuger algoritm bichij boddog yu,aa

chegi: 2023-11-30 07:10:07

lets gooooo

quitanigeria99: 2023-11-15 02:50:04

you bad
lkijniuhiuguyiu uyguwhumhgrhguybrhfrgyv nbdm euy gkhyihc iuohmiurjhd kuymiue hhd tr ggffgd rgtdz ꡤꡊꡎ

iqratechnology: 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
chimgay_69: 2023-10-18 05:30:14

snu bi santiin 10v angiin suragc chimgay bn tuslaj demjeerei


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