Search found 8 matches

by Grzesiek
Mon Jul 26, 2004 12:52 pm
Forum: Off topic (General chit-chat)
Topic: donation
Replies: 2
Views: 2165

donation

i'd like to do a donation but i can't use PayPal. is there any other
way? for example bank transfer?.
by Grzesiek
Thu Jan 16, 2003 2:13 pm
Forum: Volume 100 (10000-10099)
Topic: 10009 - All Roads Lead Where?
Replies: 60
Views: 25130

Thanks Astracan, that was it. Names are probably longer than
30000 (this is what i tried and what failed).
It looks that 10009 is more oriented to data reading technics
rather then to what it looks for the firs glance.
by Grzesiek
Wed Jan 08, 2003 5:53 pm
Forum: Volume 103 (10300-10399)
Topic: 10399 - Optimus Prime
Replies: 14
Views: 7005

Adrian, thanks for the idea. I did follow it and finally got
accepted. However I am not sure that answers of my program
must be correct. I use primes up to 4 milions - this ensures
that for n<=1000 there is no such ambiguous situation that
more than two starting points lead to the end of range of ...
by Grzesiek
Tue Jan 07, 2003 6:19 pm
Forum: Volume 103 (10300-10399)
Topic: 10399 - Optimus Prime
Replies: 14
Views: 7005

Hi, I confess I don't understand what strategie you are talking
about. If I understand well the problem the game ends when
one of the players reaches the position C , such that the next
valid (prime) is C[i+1] > C +n. My first guess was to
find such a gap and go back the way which is optimal for the ...
by Grzesiek
Fri Jan 03, 2003 8:05 pm
Forum: Volume 100 (10000-10099)
Topic: 10009 - All Roads Lead Where?
Replies: 60
Views: 25130

10009 - is this really "multiple input"?

With use of the following program I tested correctness of
input data format. I get Runtime Error (result of call to
GenerateCrash). Can anybody tell me what is wrong?

Grzesiek

#include <stdlib.h>
#include <stdio.h>

int aInt=123, Zero=0;

void GenerateCrash(){
aInt /= Zero;
exit(1);
}

char buf ...
by Grzesiek
Mon Dec 09, 2002 2:36 pm
Forum: Volume 8 (800-899)
Topic: 837 - Light and Transparencies
Replies: 25
Views: 19783

How about negative Y? Can be ignored a filter being below zero?
(ignored = treated nonexistent).
If not, I don't see any meanning for Y. I also get WA, with
considering -Y or without.
by Grzesiek
Tue Nov 19, 2002 9:19 pm
Forum: Volume 8 (800-899)
Topic: 812 - Trade on Verweggistan
Replies: 10
Views: 11034

812 Trade on Verweggistan

What output is correct for the input:

1
5 10 12 8 15 5
0

My program produces:

Workyards 1
Maximum profit is 0.
Number of pruls to buy: 0 1 3 5

I get W.A.
Can anybody give me some clue?

Regards, Grzesiek
by Grzesiek
Thu Feb 14, 2002 6:07 pm
Forum: Volume 100 (10000-10099)
Topic: 10009 - All Roads Lead Where?
Replies: 60
Views: 25130

10009 - All Roads Lead Where?

Hi, I see loops in the input data.
The program does the following:
1) For all 26 towns: Town .prevTown = -1;
2) Next, according to input data:
...
Atown Btown
...
it is done: Town .prevTown = A.
(this is done only with the first part of
data, not with queries).
3) The following procedure is called ...

Go to advanced search