complete 2252.py 2623.py 9527.py 31403.py 32822.py

This commit is contained in:
2025-01-13 17:37:34 +09:00
parent 1b90d0f5bf
commit 7841cb80bf
5 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
a, b, c = input(), input(), int(input())
print(int(a) + int(b) - int(c))
print(int(a + b) - int(c))