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 1910. Titan Ruins: Hidden Entrance

Problem statement clarification
Posted by Depth Try 14 Dec 2012 20:50
"Output two integers separated with a space. They should be the maximum total force of the field acting on three consecutive sections of the wall and the number of the middle section in this segment. It is guaranteed that there is only one answer.
"

Can anybody tell me what is the number of the middle section in this segment? I tried to print the number of section in three consecutive sections which have the same value with the middle section, but I got WA2. I already tried some other ideas but they didn't work.
Re: Problem statement clarification
Posted by Bogatyr 18 Dec 2012 18:03
You should print the index of the middle section of the chosen segment.  The example output shows this.

Edited by author 18.12.2012 18:03
Re: Problem statement clarification
Posted by Frog 1 Nov 2014 14:23
thanks