This commit is contained in:
2023-10-16 21:36:35 +02:00
parent 0dc3d6f827
commit 6e1ab93478

2
spritt.py Normal file
View File

@@ -0,0 +1,2 @@
n, x = map(int, input().strip().split())
print("Jebb" if sum([int(input()) for _ in range(n)]) <= x else "Neibb")