We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739c6a5 commit 2aedf37Copy full SHA for 2aedf37
ARC/ARC041/A.py
@@ -0,0 +1,4 @@
1
+x, y = map(int, input().split())
2
+k = int(input())
3
+
4
+print(x + min(y, k) + min(0, y-k))
0 commit comments