Created
December 13, 2010 01:24
-
-
Save gorlum0/738531 to your computer and use it in GitHub Desktop.
spoj.pl/problems/TEST
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = 'gorlum0' | |
for line in iter(raw_input, '42'): | |
print line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment