Search found 11 matches
- Thu Jan 03, 2008 6:48 pm
- Forum: Volume 2 (200-299)
- Topic: 219 - Department of Redundancy Department
- Replies: 6
- Views: 4676
Can anybody tell me if my answer to the above test with 42 functional dependencies is correct? The output is: ------ Set number 1 FD 11 is redundant using FDs: 12 FD 19 is redundant using FDs: 34 30 17 16 5 15 14 12 FD 31 is redundant using FDs: 33 30 18 16 5 15 7 13 12 FD 38 is redundant using FDs:...
- Wed Dec 05, 2007 3:16 pm
- Forum: Volume 2 (200-299)
- Topic: 216 - Getting in Line
- Replies: 57
- Views: 30426
- Wed Dec 05, 2007 1:35 pm
- Forum: Volume 2 (200-299)
- Topic: 219 - Department of Redundancy Department
- Replies: 6
- Views: 4676
Can anybody tell me what's wrong with my program? It keeps getting WA.. #include <iostream.h> struct funcdep { int left; int right; int ind; }; int n; funcdep funcd[110]; funcdep proof[110]; int np; bool checkredundancy(funcdep fd, funcdep hypo[], int nh) { int coverage = fd.left, i; np = 0; do { fo...
- Sun Aug 18, 2002 9:50 pm
- Forum: Volume 1 (100-199)
- Topic: 139 - Telephone Tangles
- Replies: 66
- Views: 14826
Re:
Well it's not OK change it to 2000 and you'll have no problem.
Also a suggestion -- this problem is tricky you should have to check the code sizes as mentioned in the statement..
Good luck.
Also a suggestion -- this problem is tricky you should have to check the code sizes as mentioned in the statement..
Good luck.
- Sun Aug 18, 2002 12:17 pm
- Forum: Volume 1 (100-199)
- Topic: 194 - Triangle
- Replies: 22
- Views: 7379
Re:
Well, the problem is not so hard.. you've got to see all the cases.. and determine the answer in each one from elementary geometry it is known that a triangle is fully determined by: 1. three sides 2. two sides and the angle between them. 3. one side and two angles (the third is also known in this c...
- Wed Aug 14, 2002 1:17 pm
- Forum: Volume 1 (100-199)
- Topic: 168 - Theseus and the Minotaur
- Replies: 64
- Views: 14451
168 - Theseus and the Minotaur
I haven't got AC yet... did someone make any progress?..
there is really something wrong with the test data;
I also found that there is something like ...A:BC:D... which is incosistent with the statement
the value of k is never 0 and is not very big (shorter than 9 digits)
there is really something wrong with the test data;
I also found that there is something like ...A:BC:D... which is incosistent with the statement
the value of k is never 0 and is not very big (shorter than 9 digits)
- Fri May 17, 2002 6:01 pm
- Forum: Volume 1 (100-199)
- Topic: 150 - Double Time
- Replies: 18
- Views: 7046
150 - Double Time
Could anybody tell me what was changed in the rejudgement...
i keep getting WA but before that it was AC
are there any hidden tricks, in the input for example
Thank you.
i keep getting WA but before that it was AC
are there any hidden tricks, in the input for example
Thank you.
- Sun Feb 17, 2002 2:47 pm
- Forum: Volume 2 (200-299)
- Topic: 267 - Of(f) Course!
- Replies: 16
- Views: 4252
- Tue Jan 15, 2002 5:57 pm
- Forum: Volume 1 (100-199)
- Topic: 112 - Tree Summing
- Replies: 137
- Views: 29827
- Tue Jan 01, 2002 3:53 pm
- Forum: Volume 1 (100-199)
- Topic: 104 - Arbitrage
- Replies: 223
- Views: 35290
- Fri Dec 14, 2001 5:25 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10215 - The Largest/Smallest Box ...
- Replies: 55
- Views: 36566