Could you please tell me how to solve problem B (Breaking Biscuits) in the gym contest http://codeforces.me/gym/101606 ?
Thanks
# | 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 | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | adamant | 157 |
6 | awoo | 157 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | djm03178 | 153 |
Could you please tell me how to solve problem B (Breaking Biscuits) in the gym contest http://codeforces.me/gym/101606 ?
Thanks
I can't solve this problem: http://www.spoj.com/HSPL09/problems/HS09NLG/
Can the problem somehow be reduced to NIM game?
I have lately learned how to use the LCA algorithm.
I am now wondering whether HLD can be used to solve problems that LCA can't solve or not?
What are your thoughts?
Thanks
(a % b) % c == (a%c) %b Is this statement true?
Hi all,
Does anyone have recommendations on how to add a link to my account on Codeforces to my Linkedin profile?
How can I mention my experience on Codeforces in an elegant way?
Thanks
Hi all,
Can you tell me how can i generate Random Prime Numbers in polygon using generators?
Thanks
Hi all,
I would like to know if there is a mathematical way to choose the appropriate value of epsilon given the maximum/minimum value of the x and y coordinates?
And will choosing a very small value of epsilon cause any sort of problems?
Hi guys,
I have always used the top-down approach of dynamic programming until i found that some questions require using the bottom-up (table method) to optimize memory and(or) time usage.
Could you please tell me what are these optimizations or provide a link to a blog post/website that explains it?
Thanks
I would like to know if implementing the trie using a Node struct(class) is considered a good way of implementing it in competitive programming.
I saw that some programmers use a multidimensional array to implement it which seems a bit confusing.
Thanks
Name |
---|