From bdefb175965a550f5ef33fdeae7031f08c53f077 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Mon, 16 Oct 2023 21:20:51 +0200 Subject: [PATCH] =?UTF-8?q?Framt=C3=AD=C3=B0ar=20FIFA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fifa.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fifa.py diff --git a/fifa.py b/fifa.py new file mode 100644 index 0000000..70a5a36 --- /dev/null +++ b/fifa.py @@ -0,0 +1,3 @@ +n = int(input()) +k = int(input()) +print(2022 + n // k)