Created
April 13, 2020 15:50
-
-
Save mertcanekiz/3cf8949bae1e4f31ced28870317d8f66 to your computer and use it in GitHub Desktop.
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
a=input | |
i=int | |
s=i(a()) | |
d=i(a()) | |
print(f'{i((s+d+1)/2)}\n{i((s-d)/2)}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment