What is the proof of Editorial Solution of this problem? http://community.topcoder.com/stat?c=problem_statement&pm=13090&rd=15848
# | User | Rating |
---|---|---|
1 | jiangly | 3976 |
2 | tourist | 3815 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3614 |
5 | orzdevinwang | 3526 |
6 | ecnerwala | 3514 |
7 | Benq | 3482 |
8 | hos.lyric | 3382 |
9 | gamegame | 3374 |
10 | heuristica | 3357 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Um_nik | 161 |
4 | atcoder_official | 160 |
5 | djm03178 | 157 |
6 | Dominater069 | 156 |
7 | adamant | 154 |
8 | luogu_official | 152 |
9 | awoo | 151 |
10 | TheScrasse | 147 |
What is the proof of Editorial Solution of this problem? http://community.topcoder.com/stat?c=problem_statement&pm=13090&rd=15848
Can anyone explain the solution to this question ? http://acm.hdu.edu.cn/showproblem.php?pid=4253
Could someone guide me for preparing for ICPC regionals. I find myself lost on how to progress. Just need some guidance :) .
I was trying to solve This Problem on Spoj.
The problem is to find the sum of all divisors of i where i=1 to i=N.
We have to solve this in sqrt(n) complexity.
This is the Ac'ed python Code, I couldn't figure out the logic behind this.
Please provide me with some hints..Thanks
Problem Link
My approach:
I applied Binary search on Mean(i.e answer to be found) and assigned weight of each edge equal to [Val-Mid] (Val is the value of each egde in the initial graph and Mid is the present Value of Mean during the binary search).
For each Mid in binary search I applied Bellman ford to check if any negative value cycle exists. I am constantly getting WA.(i even tried floyd for negative cycle detection).
Any help is appreciated.
How to solve this problem on Convex hull? http://poj.org/problem?id=1294
Name |
---|