I’m new to SPOJ and am a bit confused. Every time I submit my answer for the first challenge I get a run time error
Here is my code:
while 1 :
a = int(raw_input())
if a == 42:
break;
print (a)
Any help would be hugely appreciated
created
last reply
- 1
reply
- 977
views
- 2
users
- 2
links