Can anyone tell me a test case for this problem:- 282B - Раскрашивание яиц that gives "-1" as the output
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | luogu_official | 151 |
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.