Search found 62 matches
- Tue Aug 27, 2002 9:55 am
- Forum: Volume 3 (300-399)
- Topic: 391 - Mark-up
- Replies: 16
- Views: 4599
I don't know what's wrong with this code .... I got the same result as you, arc16, but still WA could anyone help me ? haven't take a deep look at your program, but my guess is that your program cannot process either a sequencing '\' and '*' characters correctly. Check out the following test case: ...
- Tue Aug 27, 2002 1:22 am
- Forum: Volume 1 (100-199)
- Topic: 180 - Eeny Meeny
- Replies: 34
- Views: 15131
Re: Run Time Error
the program try to access elemen outside your array limit. In other words, your array size is too small.kuasha wrote:Any one knows what is the causes of Invalid Mamory access (Array boundary overflow etc..)
- Sat Aug 24, 2002 7:39 am
- Forum: Volume 3 (300-399)
- Topic: 391 - Mark-up
- Replies: 16
- Views: 4599
- Fri Aug 23, 2002 6:19 pm
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 9423
if i'm not wrong, you should increase the score if the ball still has a lifetime before you decrease the ball's lifetime. It stated in the desc. As long as the ball has a positive lifetime when it hits a bumper, it obtains the full score for that bumper. so these lines below is not correct :wink: [c...
- Fri Aug 23, 2002 4:08 am
- Forum: Volume 5 (500-599)
- Topic: 554 - Caesar Cypher
- Replies: 27
- Views: 11425
since your program crash my VC6 :wink: you can try this input by yourself and tell me the output of your program. HOUSE GOOD NOW THING THIS PIGLET MEN TREE BUT WAS AID IN THE IS IT OTHER BEECH ALL VERY AND FOREST COME OF GRAND ON TRESPASSERS FOR PARTY TIME TO MIDDLE LIVED THAT THEMIDDLEOFTHEHOUSEN H...
- Fri Aug 23, 2002 3:05 am
- Forum: Volume 8 (800-899)
- Topic: 808 - Bee Breeding
- Replies: 19
- Views: 11153
808 - Bee Breeding
Is there any formula for this problem?
My solution is by simulating the cell numbering using array, then count the distance between 2 cells using phytagoras. It works well when i test it, but the judge give me WA
if someone have a better algorithm, or formula, please help me.
thanks
My solution is by simulating the cell numbering using array, then count the distance between 2 cells using phytagoras. It works well when i test it, but the judge give me WA

if someone have a better algorithm, or formula, please help me.
thanks
- Thu Aug 22, 2002 4:25 am
- Forum: Volume 2 (200-299)
- Topic: 275 - Expanding Fractions
- Replies: 47
- Views: 22888
yes, i found my bug already, sometime when the last repeated digit is zero, my program mention the number as terminated :wink: btw, i try to send the off solution not to cheat, but because i didn't know that such case is not exist, and i'm really confused why i got WA on this problem. When i saw tha...
- Wed Aug 21, 2002 7:31 pm
- Forum: Volume 2 (200-299)
- Topic: 275 - Expanding Fractions
- Replies: 47
- Views: 22888
yesterday, i found the official solution of this problem on the net (ACM EC94). And... the output is VERY strange. Take a look at this:
Code: Select all
300 31
.
- Tue Aug 20, 2002 9:43 am
- Forum: Volume 1 (100-199)
- Topic: 172 - Calculator Language
- Replies: 35
- Views: 6228
Why RE????!!!! :(
I've solve the problem, but then when i submit it, i got RE!!! :( please, if anyone can, take a look at my code, and tell me, why i got RE. [pascal] program uva(input,output); {$IFNDEF ONLINE_JUDGE} uses crt; {$ENDIF} const infile = ''; outfile = ''; {$IFDEF ONLINE_JUDGE} type tInt = integer; {$ELSE...
- Tue Aug 20, 2002 3:41 am
- Forum: Volume 4 (400-499)
- Topic: 483 - Word Scramble
- Replies: 122
- Views: 23979
Re: i got compile error, whats the problem? can anyone help
here is my code, wher the judge always replies compile erroe, but i can't find the bug. thanx in advance. your program seems ok to me. I think the small problem is: 1. Do not put a newline in the last case. The output will consist of the same lines and words as the input file. However, the letters ...
- Sun Aug 18, 2002 3:47 pm
- Forum: Volume 3 (300-399)
- Topic: 340 - Master-Mind Hints
- Replies: 27
- Views: 9424
340 - Master-Mind Hints
the problem is simple, but i got WA
is there any tricky case?
is there any tricky case?
- Sun Aug 18, 2002 1:13 pm
- Forum: Volume 3 (300-399)
- Topic: 325 - Identifying Legal Pascal Real Constants
- Replies: 63
- Views: 16667
- Sun Aug 18, 2002 11:30 am
- Forum: Volume 2 (200-299)
- Topic: 275 - Expanding Fractions
- Replies: 47
- Views: 22888
thanks for reply. I fixed the thing you mention, but still WA
some question:
1. what is the output for:
2. should i print blank line in the last case or not?
thank you

some question:
1. what is the output for:
Code: Select all
input:
1 1
0 1
thank you
- Sun Aug 18, 2002 3:32 am
- Forum: Volume 3 (300-399)
- Topic: 324 - Factorial Frequencies
- Replies: 23
- Views: 4820
have you test it before submit it? this is the output your program (in Visual C++): 10 0! -- (0) 0 (1) 0 (2) 0 (3) 0 (4) 0 (5) 0 (6) 0 (7) 0 (8) 0 (9) 0 100 0! -- (0) 0 (1) 0 (2) 0 (3) 0 (4) 0 (5) 0 (6) 0 (7) 0 (8) 0 (9) 0 366 0! -- (0) 0 (1) 0 (2) 0 (3) 0 (4) 0 (5) 0 (6) 0 (7) 0 (8) 0 (9) 0 5 0! --...
- Sat Aug 17, 2002 4:44 am
- Forum: Volume 2 (200-299)
- Topic: 275 - Expanding Fractions
- Replies: 47
- Views: 22888