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 1006. Square Frames

What does "the length of the frame side" mean?
Posted by Myrcella 20 Aug 2018 07:59
I don't understand it well...
Re: What does "the length of the frame side" mean?
Posted by L0ve 20 Aug 2018 09:46
As the frame defined by the tripple (X, Y, A) will have such vertices:
(X, Y)
(X, Y + A - 1)
(X + A - 1, Y)
(X + A - 1, Y + A - 1)
Re: What does "the length of the frame side" mean?
Posted by Myrcella 20 Aug 2018 17:18
Thank you (for answer my question again)!8D
The figure given is very "ugly" so that I didn't realize that it's a square!

Edited by author 20.08.2018 17:33
Re: What does "the length of the frame side" mean?
Posted by Myrcella 20 Aug 2018 17:25
(Maybe we can make a friend OvO. My codeforces id is the same as my id here.
Re: What does "the length of the frame side" mean?
Posted by L0ve 20 Aug 2018 19:35
Thank you for your kind suggestion, but I am not a big fan of such things.
Re: What does "the length of the frame side" mean?
Posted by Myrcella 20 Aug 2018 19:38
It's okay anyway!
Re: What does "the length of the frame side" mean?
Posted by Myrcella 20 Aug 2018 19:40
Could you answer my another question please? How to read the input?(The problem has been posted) This has really bothered me a lot...