
Search found 17 matches
- Fri Jul 26, 2002 1:16 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10226 - Hardwood Species
- Replies: 121
- Views: 56001
- Mon Jul 15, 2002 6:50 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58003
- Wed Jul 10, 2002 7:29 am
- Forum: Volume 6 (600-699)
- Topic: 694 - The Collatz Sequence
- Replies: 46
- Views: 21935
694 ~ The Collatz Sequence
I got time limited exceed...
..
would anyone give me some test cases..pls?!..
or...the possible reasons..cause the time limited exceed...pls?!..
..
would anyone give me some test cases..pls?!..
or...the possible reasons..cause the time limited exceed...pls?!..
- Sat Jul 06, 2002 2:17 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65109
- Sat Jul 06, 2002 1:23 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65109
- Sat Jul 06, 2002 12:02 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65109
help....
i get WA for this Qs..
i wonder what is the meaning of
i just treate it as usual digits..can i?????
i wonder what is the meaning of
where the "last digit"... is it needed special manipulation on it??Be sure to fill all the white space occupied by the digits with blanks, also for the last digit.
i just treate it as usual digits..can i?????
- Tue Jun 25, 2002 11:59 am
- Forum: C
- Topic: floating exception??!!
- Replies: 2
- Views: 2782
floating exception??!!

and how to deal with it............
- Mon Jun 24, 2002 2:12 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 96691
- Mon Jun 24, 2002 1:21 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 96691
- Mon Jun 24, 2002 12:03 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 96691
- Mon Jun 24, 2002 5:32 am
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 96691
10200
i get time limit exceeded for this question..
what are the possible reason causing it??
and how to solve it???
what are the possible reason causing it??
and how to solve it???
- Fri Jun 21, 2002 5:22 am
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58003
- Fri Jun 21, 2002 3:28 am
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58003
- Thu Jun 20, 2002 7:32 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58003
Help for 401
I get wrong answer for this question(401).
Please help me to see where get wrong!
Ths a lot!!
[c]
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int palindrome(char str[])
{
int length, i;
length = strlen(str);
for(i = 0; i < length/2; i++)
{
if(str != str[length - 1 - i])
return ...
Please help me to see where get wrong!
Ths a lot!!
[c]
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int palindrome(char str[])
{
int length, i;
length = strlen(str);
for(i = 0; i < length/2; i++)
{
if(str != str[length - 1 - i])
return ...
- Sun Jun 02, 2002 4:02 pm
- Forum: C
- Topic: What is Dynamic Programming??
- Replies: 4
- Views: 3553
What is Dynamic Programming??
