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 | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 161 |
4 | Um_nik | 160 |
5 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 150 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
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!!!!!