You are viewing a single comment's thread. Return to all comments →
Here's my code:
k, t = int(input()), list(map(int, input().split())) print(((sum(set(t))*k)-sum(t))//(k-1))
Seems like cookies are disabled on this browser, please enable them to open this website
The Captain's Room
You are viewing a single comment's thread. Return to all comments →
Here's my code: