Thanks for replying Jan
finally found my silly mistake
I forgot to print a new line after the last output
Search found 10 matches
- Wed Dec 20, 2006 2:59 pm
- Forum: Volume 4 (400-499)
- Topic: 454 - Anagrams
- Replies: 97
- Views: 36179
- Thu Nov 23, 2006 4:21 pm
- Forum: Volume 7 (700-799)
- Topic: 739 - Soundex Indexing
- Replies: 39
- Views: 18004
- Wed Nov 22, 2006 7:33 pm
- Forum: Volume 4 (400-499)
- Topic: 454 - Anagrams
- Replies: 97
- Views: 36179
454 why PE???
Hi all, I still wondering what makes my program PE...
can u give me some hints...
thanks before..
input:
2
carthorse
horse
horse cart
i do not know u
ok i now donut
orchestra
aaa
aaa
aaa
output:
carthorse = horse cart--->end of line
carthorse = orchestra---->eol
horse cart = orchestra--->eol ...
can u give me some hints...
thanks before..
input:
2
carthorse
horse
horse cart
i do not know u
ok i now donut
orchestra
aaa
aaa
aaa
output:
carthorse = horse cart--->end of line
carthorse = orchestra---->eol
horse cart = orchestra--->eol ...
- Sun Nov 12, 2006 7:18 pm
- Forum: Volume 4 (400-499)
- Topic: 492 - Pig-Latin
- Replies: 213
- Views: 49454
hi albet
I thought u miss this one
try these:
hope u get AC soon 
I thought u miss this one
Code: Select all
3. Do not change the case of any letter.
Code: Select all
input:
alex
Alex
Code: Select all
output:
alexay
Alexay

- Sat Nov 11, 2006 2:21 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10116 - Robot Motion
- Replies: 10
- Views: 5707
hi mukeshtiwari,
it said that:
u should add "(s)" on all your print statement...
and maybe remove your comment statement...
Hope u get AC soon.
it said that:
Code: Select all
The word "step" is always immediately followed by "(s)" whether or not the number before it is 1.
and maybe remove your comment statement...
Hope u get AC soon.

- Wed Nov 08, 2006 5:21 am
- Forum: Volume 4 (400-499)
- Topic: 498 - Polly the Polynomial
- Replies: 73
- Views: 21968
- Tue Nov 07, 2006 8:53 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58064
Hi Salehwar...
don't give up...
u only need to fix ur output statement
to
and don't forget to remove ur code after get AC.. 
don't give up...
u only need to fix ur output statement
Code: Select all
cout<<str<<" -- is a regular plaindrome.\n"<<endl;
Code: Select all
cout<<str<<" -- is a regular palindrome.\n"<<endl;

- Tue Nov 07, 2006 5:34 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58064
- Tue Nov 07, 2006 3:34 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58064
to Salehwar
u can try :
Hope u get AC soon...
u can try :
Code: Select all
input:
8
C
ATOYOTA
AT0Y0TA
ATOY0TA
Code: Select all
output
8 -- is a mirrored palindrome.
C -- is regular palindrome.
ATOYOTA -- is a mirrored palindrome.
AT0Y0TA -- is a regular palindrome.
ATOY0TA -- is not a palindrome.
- Tue Nov 07, 2006 2:19 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58064
very confused bout 401....
Hi all, can anybody tell me what's wrong with my code..
I still gettin WA all the time...
Thanks..
I still gettin WA all the time...
Code: Select all
Removed after get ACC