Files
kattis/fifa.py
2023-10-16 21:20:51 +02:00

4 lines
55 B
Python

n = int(input())
k = int(input())
print(2022 + n // k)