Aliyev.Osman's blog

By Aliyev.Osman, history, 13 months ago, In English
  • Vote: I like it
  • -22
  • Vote: I do not like it

»
13 months ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Please help me

»
13 months ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

.

»
13 months ago, hide # |
Rev. 2  
Vote: I like it +3 Vote: I do not like it

each half: RiOI = x, KDOI = y (goals) only valid solution: one team has at least 3 more goals than the other team's total plus 2 to prevent 3 consecutive goals, stronger team must be interuppted by at least 1 goal of the other team after 2 goals maximum. -> max(x,y) <= 2 * min(x,y) + 2 is the main condition for the problem

(sorry if you encountered any elite english + i solved this problem 5h ago so i may not be correct)