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 1041. Nikifor

Help! I can't find what's wrong with my program.
Posted by Song Chao (ECUST Mutistar) 19 Apr 2002 21:51
What's wrong with my program? Could any one give me something hint or
testdata?
Thanks.

[code was deleted]

Edited by moderator 22.04.2004 00:51
Re: Help! I can't find what's wrong with my program.
Posted by ECUST Multistar 11 May 2002 18:15
I don't know either!
Re: Help! I can't find what's wrong with my program.
Posted by Alyosha Popovich 9 Jun 2002 23:43
The problem is that if vector x is linear independent with vectors a
and b separately, that doesnt mean that x is linear independent with
vectors a, b. Example:
a = 1 5 3
b = 3 1 2

x = 4 6 5 = a+b (it is linear dependent with vectors a and b)

> [code was deleted]
>

Edited by moderator 22.04.2004 00:52