Could you please tell me how to solve problem B (Breaking Biscuits) in the gym contest http://mirror.codeforces.com/gym/101606 ?
Thanks
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 4 | Proof_by_QED | 146 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
Could you please tell me how to solve problem B (Breaking Biscuits) in the gym contest http://mirror.codeforces.com/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 |
|---|


