Created
February 19, 2015 13:28
-
-
Save k-popov/fc584d0b7dba1906baff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| f = lambda x: int(x)>0 and int(x[::-1]) or -int(x.strip("-")[::-1]); print f(str(sum([f(x) for x in raw_input().split()]))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment