CompetitiveProgramming/src/bin/test.py

6 lines
93 B
Python
Raw Normal View History

2024-04-21 14:53:56 +01:00
s, k = (int(x) for x in input().split(' '))
2024-04-17 09:42:01 +01:00
2024-04-21 14:53:56 +01:00
res = 0
for i in range(k):
res = max(res, )