Search found 23 matches

by dust_cover
Wed Jan 10, 2007 10:25 am
Forum: Volume 4 (400-499)
Topic: 406 - Prime Cuts
Replies: 187
Views: 60447

406---ALL PE!!!!!!!plz Help

hi,

For the problem 406 (prime cuts) I simply printed 2 new line after each output :

My output format is like this:

print(n*c:*);
print(list_of_prime_no*);
print(\n\n);

here '*' represents the space (' ')

But I am constantly getting PE.

I have also tried like:

Print 2 new lines after each ...
by dust_cover
Mon Jan 08, 2007 10:35 pm
Forum: Volume 4 (400-499)
Topic: 450 - Little Black Book
Replies: 57
Views: 12331

Getiing RTE

Can someone tell me why am I getting repeatedly RTE (signal 11)???
I have used the limits discussed here....but still have no clue for solution.

//little black book
#include<stdio.h>
#include<string.h>
#include<stdlib.h>

#define MAX 20001
//#define M 65

struct lil{

char dept[63];
char title ...
by dust_cover
Mon Dec 11, 2006 10:19 pm
Forum: Volume 4 (400-499)
Topic: 490 - Rotating Sentences
Replies: 212
Views: 48069

GOT PE

hi donotalo,

what did you mean by trailing spaces?
I read the previous topics but I could not get you!
Can you please explain me a lil bit?

---thnx in advance!
by dust_cover
Tue Nov 21, 2006 8:31 am
Forum: Volume 107 (10700-10799)
Topic: 10761 - Broken Keyboard
Replies: 31
Views: 16476

10761

hi,
thnx for the cases.


Xyz
This problem should be easy, but you have to be
patient
END
life
is
sometimes
tough
but there must be a way
END
but
one
must
not
give
up
and he should keep going
END
[color=red][b]END
END[/b][/color]
abcdefghijklmnopqrstuvwxyz
no line can be possible
END
finish


But ...
by dust_cover
Mon Nov 20, 2006 9:16 pm
Forum: Volume 107 (10700-10799)
Topic: 10761 - Broken Keyboard
Replies: 31
Views: 16476

10761--WA help plz

Hi,
can someone give me some test cases for 10761? I have checked the previous cases in the board but cannot find my bug.

--thnx in advance!
by dust_cover
Wed Nov 15, 2006 12:29 pm
Forum: Volume 100 (10000-10099)
Topic: 10014 - Simple calculations
Replies: 34
Views: 13001

10014

Hello,
I got ACC. I made wrong calculation!
Thanx in advance!
:P
by dust_cover
Tue Nov 14, 2006 8:32 pm
Forum: Volume 100 (10000-10099)
Topic: 10014 - Simple calculations
Replies: 34
Views: 13001

10014--output of the judge's data!!!!!!!

hi Revenger,

I was trying to solve the problem. But getting WA.

CAn u please tell me the output of the judges's data so I can match it with my one!

--thnx in advance :D
by dust_cover
Wed Nov 01, 2006 10:11 am
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58012

I got ACC

hi ,
I dont think so we need to handle 0 or O.
After removing the part of 0 & O I got ACC. moreover I forgot to print one extra line after each output set.

But what does that mean



Note that O (zero) and 0 (the letter) are considered the same character and therefore ONLY the letter "0" is a ...
by dust_cover
Tue Oct 31, 2006 8:19 pm
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58012

401--PLZ HELP!!!!!!!!!!!!

Hey me too have read all the posts but getting WA. This program runs for every test cases given previously in the posts.
But I think I am making any mistakes about "O"(char) & "0"(letter).
I considered 2 of them same i mean I changed any "0" (zero) to "O" while taking input.

Can someone tell me if ...
by dust_cover
Mon Oct 23, 2006 10:28 pm
Forum: Volume 109 (10900-10999)
Topic: 10929 - You can say 11
Replies: 69
Views: 37116

Hi I got the problem & got AC!
No need to explain!
Thanx Anyways!
:D
by dust_cover
Mon Oct 23, 2006 10:10 pm
Forum: Volume 102 (10200-10299)
Topic: 10252 - Common Permutation
Replies: 150
Views: 73314

Hello sorry i had the problem with my Array size
And I checked that no need to consider the Capital letter or blank space
Which is clearly stated in the problemset. i used the ASCII value from 97 to 122 & got AC!
And there is no such data in Judge Input also

--thanx :D
by dust_cover
Mon Oct 23, 2006 9:27 pm
Forum: Volume 109 (10900-10999)
Topic: 10929 - You can say 11
Replies: 69
Views: 37116

10929--Algorithm

can someone tell me how the algorithm described above

(sum of odd digits-sum of even digits) works for 22?
It is a bit confusing for me!
--thnx in advance!
by dust_cover
Sun Oct 22, 2006 9:21 pm
Forum: Volume 102 (10200-10299)
Topic: 10252 - Common Permutation
Replies: 150
Views: 73314

hi corrected it. But still WA
input--

Code: Select all

pretty woman
walking down
qwe
   
pretty
women
output

Code: Select all

anow

e
can someone ac telle me whether my output is right?
by dust_cover
Sun Oct 22, 2006 8:38 pm
Forum: Volume 102 (10200-10299)
Topic: 10252 - Common Permutation
Replies: 150
Views: 73314

getting WA for 10252! PLZZZZZZZZ help

I have chked all the test cases from previous discussions
Also add the capital letter case & blank space
but still getting WA. plz HELP!

Code: Select all

removed after AC!
Thnx in Advance!
by dust_cover
Wed Oct 11, 2006 10:45 am
Forum: Volume 106 (10600-10699)
Topic: 10683 - The decadary watch
Replies: 35
Views: 19403

thnx buddy

hi Sakhasan,

thnx for your quick reply. I fixed my code & finally got ACC. I am too much grateful to you :D

Go to advanced search