Hi all,
can anybody help me?
I have tested my code for all the I/O posted on the board, yet the OJ is givin me WA.
It is really frustrating.
Can anybody please help?
Search found 6 matches
- Thu Feb 07, 2008 7:58 pm
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 25910
- Sat May 13, 2006 9:55 am
- Forum: Volume 104 (10400-10499)
- Topic: 10432 - Polygon Inside A Circle
- Replies: 62
- Views: 21774
grrr...
does anybody know why this occurs ? I tried my code on both Windows, and Ubuntu, but there was no difference... I used acos(0.0) for pi... and kept getting WA. But when i used acos(-1.0), i finally got AC... god knows why .... this is the 3rd such problem I've faced in the last 5... n it's drivin me...
- Fri May 12, 2006 9:55 pm
- Forum: Volume 3 (300-399)
- Topic: 362 - 18,000 Seconds Remaining
- Replies: 75
- Views: 28284
i'm relieved...
Man.... such problems are crap.... though I didn't divide by 5.0.... instead i used rate=0.2*transferredbytes; and then remaintime=ceil(remainbytes/rate); then used %.0lf to printf the answer.... but if i used rate=transferredbytes/5.0; then that ceil problem cropped up.... giving me WA. another thi...
- Sat Jul 02, 2005 7:47 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10361 - Automatic Poetry
- Replies: 25
- Views: 13116
10361 WA even though I have done nothing wrong or so it seem
Can anybody please help me... I have tried out quite a few test cases... and even with 1, 2 or more than 3 sequential dots.. which shud be treated as a string.... My prog is giving me correct output for all MY test input, but everytime it is WA..... does anybody have any idea as to what the judge's ...
- Tue Jun 21, 2005 8:07 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10056 - What is the Probability ?
- Replies: 26
- Views: 9088
thanks i got AC
well, it seems, the following output was good enuf... it was an error in my mail client...
I finally got AC.

I finally got AC.

- Tue Jun 21, 2005 8:05 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10056 - What is the Probability ?
- Replies: 26
- Views: 9088
somebody save me
I'm getting the following output for the following input: [Input]: 6 100 0.000001 1 100 0.000001 99 999 0.00023 591 2 0.0 1 915 0.166666 1 23 0.1111 13 [Output]: 0.0099 0.0099 0.0010 0.0000 0.1667 0.0290 can anybody please help me. I am using float variables, and using the pow function in math.h. Al...