Easy problems solved on 2024-11-12
This commit is contained in:
4
aleidibio.py
Normal file
4
aleidibio.py
Normal file
@@ -0,0 +1,4 @@
|
||||
a = int(input())
|
||||
b = int(input())
|
||||
c = int(input())
|
||||
print(c - a - b)
|
||||
Reference in New Issue
Block a user