Search found 8 matches

by Margarita
Mon Apr 24, 2006 12:30 pm
Forum: Volume 8 (800-899)
Topic: 885 - Telephone Directory Alphabetization
Replies: 21
Views: 17026

Hi 2 all. my program gets Runtime Error at 0.625, but i can't understand why. To find out where exception occures i used try & catch blocks, but i still get Runtime Error... i didn't find any input that causes exception. what to do? :)
by Margarita
Sat Mar 04, 2006 7:01 pm
Forum: Volume 2 (200-299)
Topic: 262 - Transferable Voting
Replies: 22
Views: 13244

Thanks for help!!! We've with Darth got accepted :)
by Margarita
Sat Mar 04, 2006 3:07 am
Forum: Volume 1 (100-199)
Topic: 189 - Pascal Program Lengths
Replies: 12
Views: 4959

Hi 2 all!
can anyone give me some big test, syntactically correct, to check my program? i have runtime error at 0.000 time... what a pity :(
thanks
by Margarita
Sun Feb 26, 2006 1:04 am
Forum: Volume 2 (200-299)
Topic: 262 - Transferable Voting
Replies: 22
Views: 13244

The list of ballots is terminated by an end-of-file.
what does it mean? i think it means that after each list of ballots i can meet EOF? i'm in complete confusion
by Margarita
Sun Feb 26, 2006 12:46 am
Forum: Volume 2 (200-299)
Topic: 262 - Transferable Voting
Replies: 22
Views: 13244

Thanks, Jan, i've edited my code but i'm still getting WA. i've already done that there is able to be as many empty lines as you wish, and i thought i processed all "dangerous" cases. all test cases from this topic give the same outputs as there but i'm getting WA, WA & WA :'(
by Margarita
Fri Feb 24, 2006 6:07 pm
Forum: Volume 2 (200-299)
Topic: 262 - Transferable Voting
Replies: 22
Views: 13244

What should be output on this test:
1

1. Chubby Checker
2. Kid Creole
3. Rest of the coconuts

1
1
2
3

Per wrote that that the output should be

Kid Creole with 1 votes is eliminated.
Rest of the coconuts with 1 votes is eliminated.
The winner of the election is Chubby Checker.
There ...
by Margarita
Fri Feb 17, 2006 7:37 pm
Forum: Volume 106 (10600-10699)
Topic: 10613 - Mushroom Misery
Replies: 14
Views: 7947


You just divide ALL area onto parts and parts onto smaller parts and so on.
You should stop when size of area is 1 square meter or when no one circle intersect your area.
All you need on each step you should check all circles.
I check if area completely covered by some circle as well (for speed ...
by Margarita
Mon Jan 23, 2006 7:47 pm
Forum: Volume 101 (10100-10199)
Topic: 10109 - Solving Systems of Linear Equations
Replies: 18
Views: 10584


BUt in some input this technique fails too :x :evil:
try the following one:

3 3

353 45 29 79
45 29 3 5
29 3 4 8
353 45 29 79
:-?

for this my program outputs:

Solution for Matrix System # 1
x[1] = 585/3278
x[2] = -631/3278
x[3] = 1394/1639

is it true?
i used Gauss method... but got TLE ...

Go to advanced search