Search found 7 matches

by coconut
Sun Jul 18, 2004 10:30 am
Forum: Volume 105 (10500-10599)
Topic: 10511 - Councilling
Replies: 26
Views: 16460

Can anyone advise what should be the output, in case that the number of clubs is 0?

something like that

Code: Select all

1

john yatch
I think than should output "Impossible" isnt it?

thanks!
by coconut
Sat Jul 17, 2004 3:26 pm
Forum: Volume 105 (10500-10599)
Topic: 10511 - Councilling
Replies: 26
Views: 16460

Yup...I got W.A. as well,

Basically I store the flow in the forward-star fashion...should be very fast indeed.

Is there anyone has a tricky test case?

Thanks,
by coconut
Thu Jul 15, 2004 8:52 pm
Forum: Volume 101 (10100-10199)
Topic: 10101 - Bangla Numbers
Replies: 122
Views: 46117

for whom who also suffered W.A.

one of the trap is that maybe there are trailing spaces after the last case! I encountered it and A.C. now
by coconut
Fri Jul 09, 2004 7:56 am
Forum: Volume 106 (10600-10699)
Topic: 10675 - Revenge of Faucet Flow
Replies: 8
Views: 3680

Thanks Adrian Kuegel a lot for your kindness. My answers are all same to yours. However I still got stuck at this problem (W.A :( )

Can u please check for me for the following test case?


6 5
3 3
3 3 3 3 3
3 3 2 2 3
3 1 4 1 3
3 1 3 1 3
3 1 1 2 2
3 3 3 3 3
0 0


My answer is 3.43

If it is also ...
by coconut
Tue Jul 06, 2004 7:32 pm
Forum: Volume 106 (10600-10699)
Topic: 10675 - Revenge of Faucet Flow
Replies: 8
Views: 3680

Hi,

I got W.A. though I did follow your approach

But I still need some clearance...May I know what is the answer for the test case below please? Would be 0.00 or 3.00?

Thanks a lot.

Code: Select all

5 5
3 3
4 4 4 2 4
4 1 2 2 4
3 2 4 2 4
4 1 2 1 4
4 4 4 4 4
by coconut
Fri May 28, 2004 1:59 am
Forum: C++
Topic: compile error involving STL [ resolved ]
Replies: 2
Views: 2020

Oh thnx so much :D

How come I think that it's an STL problem

Thanks again for your subtle help..
by coconut
Thu May 27, 2004 7:32 pm
Forum: C++
Topic: compile error involving STL [ resolved ]
Replies: 2
Views: 2020

compile error involving STL [ resolved ]

Hi all,

I got Compilation error when I was using STL. I have tried avoid using "using namespace...".. as some have told before, but doesnt' help!

Here' the compilation error in Unix screen (tried to copy all in the screen)


g++ 10029.cpp
/usr/local/.5.8/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 ...

Go to advanced search