ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1564. Counting Ones

Is it dinamic programming???
Posted by Sandello 6 Oct 2007 22:14
subj
Re: Is it dinamic programming???
Posted by Vedernikoff Sergey 6 Oct 2007 23:00
No, it is binsearch + math
Re: Is it dinamic programming???
Posted by KIRILL(ArcSTUpid coder:) 7 Oct 2007 00:48
only math enough
Re: Is it dinamic programming???
Posted by Vedernikoff Sergey 7 Oct 2007 18:37
But it's harder to implement...
Re: Is it dinamic programming???
Posted by ConanKudo 18 May 2009 20:02
Using DP and you can think and code easily. I solved this problem without papers and pens. :)