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 1566. Triangular Postcards

Mister Chery
Posted by Meni Packeou 9 Oct 2007 18:15


Edited by author 13.11.2007 12:13
Re: Mister Chery
Try this:
1000 510 510
900 900 1

Ans: YES

PS: Thanks for you code =) It helped me to get AC =)
Re: Mister Chery
First I tried to put the second triangle to the bottom side of the first triangle ((3!)^2 ways), but it gets WA16. I don't know, why. Maybe, it was the problem with precision.
Next I combined my solution and your and get AC =)
Re: Dart MirzMan C++ Edition (Mirzoyan Alexey, Rybinsk SAAT)
Posted by Meni Packeou 10 Oct 2007 11:11
Алексей мой код дал


   1000 510 510
   900  900 1

ответ: "NO"
   Я решил задач из высати. Я думую ещё условия ест.Помоги если сможис.
Re: Dart MirzMan C++ Edition (Mirzoyan Alexey, Rybinsk SAAT)
No, the answer is "YES".

Сорри, но мне это по англицки просто не сформулировать. Берешь "открытку" и кладешь горизонтально стороной 900 на основание 1000 "конверта". Нарисуй на листочке, все сойдется.

Edited by author 11.10.2007 13:38
No subject
Posted by Meni Packeou 6 Nov 2007 16:34


Edited by author 13.11.2007 12:13
Re: No subject
Posted by [LG]_#\#@P$T[101]R 22 Jun 2009 23:26
And what answer for this test? My algo YES. But I've got wa#30 :(
Re: Mister Chery
Posted by timus__dimus 15 Aug 2011 06:40
How did you fix WA16?