Chanukah Challenge
This commit is contained in:
4
chanukah.py
Normal file
4
chanukah.py
Normal file
@@ -0,0 +1,4 @@
|
||||
p = int(input())
|
||||
for _ in range(1, p + 1):
|
||||
k, n = map(int, input().split())
|
||||
print(f"{k} {( n * (n + 1) ) // 2 + n}")
|
||||
Reference in New Issue
Block a user