given an array of length n, find the sum of all elements and subtract the median of the array. print the answer
constraints are 0 < n < 10^20
each element is 0 < element < 10^21
if you can’t solve this, UPVOTE THIS
| # | User | Rating |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3390 |
| 6 | Um_nik | 3387 |
| 7 | tourist | 3384 |
| 8 | heuristica | 3322 |
| 9 | turmax | 3319 |
| 10 | jiangbowen | 3291 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 155 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 144 |
| 5 | Errichto | 139 |
| 6 | AmShZ | 138 |
| 7 | adamant | 137 |
| 8 | maroonrk | 133 |
| 9 | BledDest | 132 |
| 10 | qwexd | 129 |
given an array of length n, find the sum of all elements and subtract the median of the array. print the answer
constraints are 0 < n < 10^20
each element is 0 < element < 10^21
if you can’t solve this, UPVOTE THIS
| Name |
|---|



Auto comment: topic has been updated by poggers12345 (previous revision, new revision, compare).
Guess what?
DownVoted ✪ω✪ again ✪ω✪
I know (and I hope everyone else also knows) that this has to be a troll post. Regardless of that, I couldn't resist the urge to calculate how much time and space it would take to generate and store the maximum inputs.
A simple maximal input where $$$n = 10^{20} - 1$$$ and each $$$a_i = 10^{21} - 1$$$ would take around $$$100\ 000$$$ years to generate on a basic laptop with c++, and it would take around $$$2\ 000\ 000\ 000$$$ terabytes of storage.
Alas, I have to be honest: I cannot solve this problem. I upvoted.
Sir, do you know how long it would take to input the entire array?
It would be much appreciated if you tried and exploded your computer!
I CANT SOLVE THIS!!!!!