Search found 8 matches

by mute
Wed Aug 09, 2006 9:44 am
Forum: Volume 110 (11000-11099)
Topic: 11062 - Andy's Second Dictionary
Replies: 38
Views: 23219

Thanks Martin,
When a word is hyphenated, its prefix initiates on a line, followed by hyphen character, maybe followed by a newline, followed by the rest of the word. The rest of the word may be itself hyphenated.
I actually misunderstood red marked sentence

Thanks again
by mute
Tue Aug 08, 2006 3:12 pm
Forum: Volume 110 (11000-11099)
Topic: 11062 - Andy's Second Dictionary
Replies: 38
Views: 23219

Thnx Martin

Code: Select all

adv
-disney-
enture-
in
-japan
land
of
s
For this Input my code generate

Code: Select all

advdisneyentureinjapan
land
of
s
is it correct?
by mute
Mon Aug 07, 2006 10:30 pm
Forum: Volume 110 (11000-11099)
Topic: 11062 - Andy's Second Dictionary
Replies: 38
Views: 23219

My code outputs

Code: Select all

adv-
disney-
enture-
in
japan
land
of
s 
I am confused??
:-? :roll:
If the input is what will be the output

Code: Select all

disney-
-enture-
- in
   japan
land
of
and if any one can plz send any input than I can test
by mute
Sun Aug 06, 2006 11:26 pm
Forum: Volume 110 (11000-11099)
Topic: 11060 - Beverages
Replies: 96
Views: 47356

Wei-Ming Chen wrote:
I think my outputs are legal,but it got WA.

Can someone tell me my outputs are legal or not?

Hi, your output is wrong.. but Topologically they are correct :evil:
here you have to print on priority basis..

I think you will get accepted if you use a priority queue instead of Queue
Thanks
by mute
Mon Jul 24, 2006 12:27 pm
Forum: Volume 110 (11000-11099)
Topic: 11015 - 05-2 Rendezvous
Replies: 48
Views: 21977

Re: help me

Hello tuman(sedin tor code ta thik moto kheal kori nai),
After calling "fw(adj,a)" when you are finding the min you must make the Diagonal part '0' of your "adj"

add
for(i=1; i<=a; i++) adj = 0;
after calling fw(adj,a);
by mute
Fri Apr 21, 2006 7:29 am
Forum: Volume 2 (200-299)
Topic: 209 - Triangular Vertices
Replies: 51
Views: 11001

I just got accepted..
Input is not that tricky..
by mute
Fri Apr 21, 2006 12:54 am
Forum: Volume 2 (200-299)
Topic: 209 - Triangular Vertices
Replies: 51
Views: 11001

209-Triangular Vertices

I am confused :roll:
What will be the output If the Input is

Code: Select all

1 2 3 4 5 6
Triangle or Invalid

what about
/ /
\ \

\ \
/ /

this 2 hexagonal shape??
by mute
Fri Apr 21, 2006 12:47 am
Forum: Volume 2 (200-299)
Topic: 209 - Triangular Vertices
Replies: 51
Views: 11001

Can any one tell me What will be the Output OF this input
1 2 3 4 5 6
Triangle na invalid

Go to advanced search