ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1642. 1D Maze

Kipsasjaujoj WA #2. Second test is not correct [3] // Problem 1642. 1D Maze 9 May 2014 19:59
In the example test:
3 -2
10 -1 2
It's not Impossible.

to the right first:
2 + 2 + 1 + 1 + 10 + 10 + 2 (reached -2, got answer) = 28
to the left:
1 + 1 + 2 + 2 + 2 (reached -2, got answer) = 8
answer:
28 8
Kirino Re: WA #2. Second test is not correct // Problem 1642. 1D Maze 22 Feb 2016 10:40
First time to see such retarded person.
ToadMonster Re: WA #2. Second test is not correct [1] // Problem 1642. 1D Maze 22 Feb 2016 14:28
You think obstacles are destroyed after turn man. Please show task fragment that proves it.
ToadMonster Slowpokes to the rescue!!! // Problem 1642. 1D Maze 22 Feb 2016 14:40