i'd like to do a donation but i can't use PayPal. is there any other
way? for example bank transfer?.
Search found 8 matches
- Mon Jul 26, 2004 12:52 pm
- Forum: Off topic (General chit-chat)
- Topic: donation
- Replies: 2
- Views: 2165
- Thu Jan 16, 2003 2:13 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10009 - All Roads Lead Where?
- Replies: 60
- Views: 25130
- Wed Jan 08, 2003 5:53 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10399 - Optimus Prime
- Replies: 14
- Views: 7005
- 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 ...
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 ...
- 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 ...
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 ...
- Mon Dec 09, 2002 2:36 pm
- Forum: Volume 8 (800-899)
- Topic: 837 - Light and Transparencies
- Replies: 25
- Views: 19783
- 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
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
- 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 ...
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 ...