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 1101. Robot in the Field

Ural_Happy New Year! A little question(+) [2] // Problem 1101. Robot in the Field 3 Aug 2003 19:08
what means "falls out of the field".
is that means the robot need to get to the [n,n]or [-n,-n]?
WinTokk Re: A little question(+) [1] // Problem 1101. Robot in the Field 12 Apr 2004 21:35
It just means the robot goes out of the borders, i.e, x>n or x<-n or y>n or y<-n, where x and y are coordinates of the robot.

Good Luck!
manikandan Re: A little question(+) // Problem 1101. Robot in the Field 19 Dec 2015 08:46
I'm also having this question in mind thanks for the answer :)