Can anyone tell me a test case for this problem:- 282B - Раскрашивание яиц that gives "-1" as the output
# | User | Rating |
---|---|---|
1 | jiangly | 4039 |
2 | tourist | 3841 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3590 |
5 | ecnerwala | 3542 |
6 | Benq | 3535 |
7 | orzdevinwang | 3526 |
8 | gamegame | 3477 |
9 | heuristica | 3357 |
10 | Radewoosh | 3355 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | atcoder_official | 160 |
3 | Um_nik | 160 |
5 | djm03178 | 158 |
6 | Dominater069 | 156 |
7 | adamant | 153 |
8 | luogu_official | 152 |
9 | awoo | 151 |
10 | TheScrasse | 147 |
Can anyone tell me a test case for this problem:- 282B - Раскрашивание яиц that gives "-1" as the output
Name |
---|
There is none.
3 100 900 100 900 100 900
In this example, you can give A all three eggs and $$$|300-0| \le 500$$$, as desired.
Oh my bad. Sure thanks
At last, the question still remains the same, if there is no such test case possible then why the hell did codeforces include such a possibility in the question anyway, not even one test case gives the output as "-1"
They probably didn't want to give any hint away about the solution.
yeah that's a possible case but we still don't have any mathematical proof to whether this situation is possible or not ..... so i am still waiting for someone to give me one
Most competitions have a tutorial, which includes both a solution and a proof of correctness. It should answer your question.
There is no mention about such a situation ...... though they have given a proof for other test cases....I think we can come to a conclusion using this..... but I don't know how
Have you read the proof? It shows why you can always find a solution. Hence you never need to output -1.