Search found 4 matches
- Thu Feb 20, 2014 9:50 am
- Forum: Volume 3 (300-399)
- Topic: 347 - Run
- Replies: 20
- Views: 9517
Re: problem 347 WAAAA!!!!!!!
Looks like all you need to do is perhaps change Line #87 from
printf("case %d: ",cases);
to
printf("Case %d: ",cases);
The word "case" is spelled with a capital C - so
Case
Not
case
ooooooh~
i cant believe i make a so stupid mistake
THANK YOU FOR YOUR HELP
:D
btw i got AC ...
- Sun Feb 16, 2014 3:45 pm
- Forum: Volume 3 (300-399)
- Topic: 347 - Run
- Replies: 20
- Views: 9517
Re: problem 347 WAAAA!!!!!!!
well I don't know what happened on my code
I always got WA
but I can't find out where my problem is,format? Or something I miss?
I don't know
pls someone for help!!!!!
I always got WA
but I can't find out where my problem is,format? Or something I miss?
I don't know
pls someone for help!!!!!
Code: Select all
delete after AC
- Sun Feb 16, 2014 1:44 pm
- Forum: Volume 2 (200-299)
- Topic: 294 - Divisors
- Replies: 91
- Views: 39239
Re: 294 please help me
wellbrianfry713 wrote:Try solving it without using floating point.
after reading u're advise
i got AC
thanks a lot reallyyyyyy
btw I wonder why floating point causes problems

- Thu Feb 13, 2014 7:03 am
- Forum: Volume 2 (200-299)
- Topic: 294 - Divisors
- Replies: 91
- Views: 39239
Re: 294 please help me
hello everyone
is there someone could help me?
I have got over 10 WA
and i have read the other reply on board
but i still can't figure out why i got WA?
here is my code
is there someone could help me?
I have got over 10 WA
and i have read the other reply on board
but i still can't figure out why i got WA?
here is my code
Code: Select all
GOT AC