Code to Save Lives
This commit is contained in:
5
codetosavelives.py
Normal file
5
codetosavelives.py
Normal file
@@ -0,0 +1,5 @@
|
||||
n = int(input())
|
||||
for _ in range(n):
|
||||
a = int(input().replace(" ", ""))
|
||||
b = int(input().replace(" ", ""))
|
||||
print(" ".join(str(a + b)))
|
||||
Reference in New Issue
Block a user