Can anyone tell me a test case for this problem:- 282B - Раскрашивание яиц that gives "-1" as the output
# | User | Rating |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 161 |
4 | Um_nik | 160 |
5 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 150 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
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.