baekjoon 20260330
This commit is contained in:
parent
5b9a65ae45
commit
a4fb8c2423
1
code_study/Baekjoon/python/2997.py
Normal file
1
code_study/Baekjoon/python/2997.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print((lambda a, b, c : c + (c - b) if a+c == 2*b else (a + c) - b)(*sorted(list(map(int, input().split())))))
|
||||||
Loading…
x
Reference in New Issue
Block a user