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 1075. Thread in a Space

Test the difference
Posted by UNKNOWN_LAMER 21 Jun 2004 09:35
What is a difference between this problem and problem 1285?
I have AC program of 1285 and always get WA Test#4 here.
Programs differs in the first line only.

const n=3; {1075}
const n=8; {1285}
Re: Test the difference
Posted by UNKNOWN_LAMER 21 Jun 2004 09:38
Is A=B possible?
Maybe the rule that you have found is correct for 3d space and incorrect for 8d.
Posted by Vlad Veselov [PMG17, Vinnitsa] 21 Jun 2004 15:58
Re: Maybe the rule that you have found is correct for 3d space and incorrect for 8d.
Posted by UNKNOWN_LAMER 21 Jun 2004 23:24
No, this rule is correct for 3d space too. It uses |AC|, |BC| and |AB| only.