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 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
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!!!!!