I solved my problem already.
For those who are on this problem!!!
bear in mind that the dec places that you should sought in the first place should be 2000.
only then can you compare first 1000 dec with the next.......
I made this mistakes, so made sure you don't!!!
Search found 9 matches
- Wed Oct 30, 2002 6:59 am
- Forum: Volume 2 (200-299)
- Topic: 275 - Expanding Fractions
- Replies: 47
- Views: 26819
- Tue Oct 29, 2002 5:29 am
- Forum: Volume 2 (200-299)
- Topic: 290 - Palindroms <---> smordnilaP
- Replies: 31
- Views: 13849
Harlow
Hi anyone can help me understand the base thingy
how did they get this??
Base 14 87 + 78 = 111
how did they get this??
Base 14 87 + 78 = 111
- Tue Oct 01, 2002 5:03 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50289
WA madness 103
Hi, i seemed to get all the test inputs (including those in the forum) correct. Yet, I kept getting the W.A
Can anyone tell me what could be wrong???
Some kind soul, please help me!!
[cpp]
#include <iostream.h>
int n_dim, max_level;
int fit[30][30];
int ans[31];
int container[31];
int maxi ...
Can anyone tell me what could be wrong???
Some kind soul, please help me!!
[cpp]
#include <iostream.h>
int n_dim, max_level;
int fit[30][30];
int ans[31];
int container[31];
int maxi ...
- Tue Oct 01, 2002 4:23 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50289
Hi, can some kind soul give me some more test input??
can anybody give me some test inputs for this question??
- Sun Sep 29, 2002 6:22 pm
- Forum: Volume 2 (200-299)
- Topic: 254 - Towers of Hanoi
- Replies: 39
- Views: 20554
254 Tower of Hanoi W.A
Hi, come kind soul please help me.
I keep getting W.A. for this question
Is there a faster solution rather than the solution that i am using now???
#include <iostream.h>
#include <math.h>
int main (void)
{
int N;
int moves, temp, temp2, k;
int one_c;
int one_now, one_nxt;
int AA, BB, CC ...
I keep getting W.A. for this question
Is there a faster solution rather than the solution that i am using now???
#include <iostream.h>
#include <math.h>
int main (void)
{
int N;
int moves, temp, temp2, k;
int one_c;
int one_now, one_nxt;
int AA, BB, CC ...
- Wed Sep 25, 2002 8:07 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116609
Hi
There seemed to be nothing wrong with your program
I tested it and run it on my computer with my AC program.
the only problem maybe that you didn't print a endline after each ouput.
The online judge may see the ouput as
BCG 30CBG 50
instead of the desired
BCG 30
CBG 50
This is just my hunch ...
I tested it and run it on my computer with my AC program.
the only problem maybe that you didn't print a endline after each ouput.
The online judge may see the ouput as
BCG 30CBG 50
instead of the desired
BCG 30
CBG 50
This is just my hunch ...
- Tue Sep 24, 2002 11:42 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51696
- Tue Sep 24, 2002 11:07 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51696
108 Maximum sum WA
It is a standard piece of code. Why W.A.
Hi. My name is Kassey
I got all the sample input correct
yet my code got a W.A answer
what is wrong???
Code edited away.
I got it correct already!!!!
Hi. My name is Kassey
I got all the sample input correct
yet my code got a W.A answer
what is wrong???
Code edited away.
I got it correct already!!!!
- Wed Aug 28, 2002 4:10 pm
- Forum: Volume 1 (100-199)
- Topic: 107 - The Cat in the Hat
- Replies: 278
- Views: 54935
Help!!!!!! 107 Cats in the hat-- WA madness
Hi, can any kind soul please tell me why is my code getting the wrong answer even though the I got the test inputs on the paper and those on the electronic board correct??
Below is my code
#include <stdio.h>
int main(void)
{
long tallest, workers;
long i, temp;
long multiplier, new_h ...
Below is my code
#include <stdio.h>
int main(void)
{
long tallest, workers;
long i, temp;
long multiplier, new_h ...