Attacking_Maniac's blog

By Attacking_Maniac, history, 7 years ago, In English

Can anyone tell me a test case for this problem:- 282B - Painting Eggs that gives "-1" as the output

| Write comment?
»
7 years ago, hide # |
← Rev. 3  
Vote: I like it 0 Vote: I do not like it

There is none.

»
7 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

3 100 900 100 900 100 900

  • »
    »
    7 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    In this example, you can give A all three eggs and $$$|300-0| \le 500$$$, as desired.

    • »
      »
      »
      7 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      Oh my bad. Sure thanks

      • »
        »
        »
        »
        7 years ago, hide # ^ |
         
        Vote: I like it 0 Vote: I do not like it

        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"

        • »
          »
          »
          »
          »
          7 years ago, hide # ^ |
           
          Vote: I like it 0 Vote: I do not like it

          They probably didn't want to give any hint away about the solution.

          • »
            »
            »
            »
            »
            »
            7 years ago, hide # ^ |
             
            Vote: I like it 0 Vote: I do not like it

            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

            • »
              »
              »
              »
              »
              »
              »
              7 years ago, hide # ^ |
               
              Vote: I like it 0 Vote: I do not like it

              Most competitions have a tutorial, which includes both a solution and a proof of correctness. It should answer your question.

              • »
                »
                »
                »
                »
                »
                »
                »
                7 years ago, hide # ^ |
                 
                Vote: I like it 0 Vote: I do not like it

                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

                • »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  »
                  7 years ago, hide # ^ |
                  ← Rev. 2  
                  Vote: I like it 0 Vote: I do not like it

                  Have you read the proof? It shows why you can always find a solution. Hence you never need to output -1.