Toggle navigation
Discord
YouTube
Facebook
Instagram
english
english
українська
Algotester 4.7
Build 712
2025-09-07
Log In
Contact Us
College
Sponsors
Donate
Sources
PyPy (Python 3.6 with GCC 7.4)
n, x = map(int, input().split()) a = map(int, input().split()) ans = x - sum(a) if ans <= 0: print("Another mistake!") else: print(ans)