Search found 7 matches

by 20571KJ
Wed Jul 17, 2002 4:48 am
Forum: C++
Topic: Download ISO C
Replies: 1
Views: 2335

Download ISO C

Anyone show me where to get ISO C for windows ??
thanks you verymuch.
by 20571KJ
Wed Jul 17, 2002 4:41 am
Forum: Volume 103 (10300-10399)
Topic: 10325 - The Lottery
Replies: 14
Views: 9741

I did solve this problem. My program run in 0.13s.
But I see that someone can run in 0.02s.
That's great. Anyone know how ??
Ah.., here is my program.
I used Dynamic Programing. But, it's very special ???

[pascal]
type
tab1 = array [1..15] of integer;


var
S: tab1;
max, n, i: integer ...
by 20571KJ
Tue Jul 16, 2002 6:10 pm
Forum: Volume 103 (10300-10399)
Topic: 10313 - Pay the Price
Replies: 42
Views: 25977

10313 Pay the price.

i used DP to solve this problem. The complexity: n*n*V.
It's really too slow. Please show me if u have a better algorithm.
Thanks you
by 20571KJ
Sun Jul 14, 2002 6:33 pm
Forum: Volume 103 (10300-10399)
Topic: 10325 - The Lottery
Replies: 14
Views: 9741

WA...help me please !!!!!

I try to do this problem. I found a very special DP. I think that I was right.
Here's my program. It's really short. But I get WA. I cannot find what wrong. But I did test it carefully. Anyone help me ??
(I use TP7)


[pascal]
const fi = 'lottery.in';
fo = 'lottery.out';

type
tab1 = array [1..15 ...
by 20571KJ
Sun Jul 14, 2002 6:32 pm
Forum: Volume 103 (10300-10399)
Topic: 10325 - The Lottery
Replies: 14
Views: 9741

WA...help me please !!!!!

I try to do this problem. I found a very special DP. I think that I was right.
Here's my program. It's really short. But I get WA. I cannot find what wrong. But I did test it carefully. Anyone help me ??
(I use TP7)


[pascal]
const fi = 'lottery.in';
fo = 'lottery.out';

type
tab1 = array [1..15 ...
by 20571KJ
Sat Jul 13, 2002 6:31 pm
Forum: Volume 103 (10300-10399)
Topic: 10325 - The Lottery
Replies: 14
Views: 9741

10325 - The Lottery

I had a solution but it's too slow.
If you don't mind, please help me....show me a better one ???
Thank you.
by 20571KJ
Sat Jul 13, 2002 6:23 pm
Forum: Volume 103 (10300-10399)
Topic: 10314 - Three Pigs
Replies: 20
Views: 11942

10314 Three Pigs....

I don't know how to solve this poblem. It seems to be so tricky !!!.
Anyone would like to help me ???[pascal] :cry: [/pascal]

Go to advanced search