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 ...
Search found 23 matches
- Wed Jan 10, 2007 10:25 am
- Forum: Volume 4 (400-499)
- Topic: 406 - Prime Cuts
- Replies: 187
- Views: 60447
- 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 ...
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 ...
- 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!
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!
- 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 ...
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 ...
- 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!
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!
- 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!

I got ACC. I made wrong calculation!
Thanx in advance!

- 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
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

- 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 ...
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 ...
- 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 ...
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 ...
- Mon Oct 23, 2006 10:28 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10929 - You can say 11
- Replies: 69
- Views: 37116
- Mon Oct 23, 2006 10:10 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10252 - Common Permutation
- Replies: 150
- Views: 73314
- 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!
(sum of odd digits-sum of even digits) works for 22?
It is a bit confusing for me!
--thnx in advance!
- 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--
output
can someone ac telle me whether my output is right?
input--
Code: Select all
pretty woman
walking down
qwe
pretty
women
Code: Select all
anow
e
- 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!
Thnx in Advance!
Also add the capital letter case & blank space
but still getting WA. plz HELP!
Code: Select all
removed after AC!
- 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
thnx for your quick reply. I fixed my code & finally got ACC. I am too much grateful to you
