complete 2338.py 26533.py

This commit is contained in:
2025-01-20 23:25:15 +09:00
parent c3dbe5c201
commit a5e6e6f4c8
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
A = int(input())
B = int(input())
print(A + B)
print(A - B)
print(A * B)