Search found 8 matches
- Sat Apr 09, 2005 10:07 am
- Forum: Volume 108 (10800-10899)
- Topic: 10826 - Hot or Cold?
- Replies: 26
- Views: 15982
- Sun Jan 30, 2005 12:09 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10802 - Lex Smallest Drive
- Replies: 36
- Views: 17972
- Thu Jan 29, 2004 5:40 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10602 - Editor Nottoobad
- Replies: 19
- Views: 13465
- Thu Jan 29, 2004 9:53 am
- Forum: Volume 106 (10600-10699)
- Topic: 10602 - Editor Nottoobad
- Replies: 19
- Views: 13465
10602 - Editor Nottoobad
Can anybody give me some hint
thx.
thx.
- Sat Jul 12, 2003 2:41 pm
- Forum: Algorithms
- Topic: Graph connectivity
- Replies: 2
- Views: 2357
- Sun Dec 08, 2002 10:18 am
- Forum: Volume 2 (200-299)
- Topic: 290 - Palindroms <---> smordnilaP
- Replies: 31
- Views: 13846
290 WA
Is there any special input?
I've tried many times but still got WA
[c]#include<stdio.h>
#include<string.h>
#define turn(a) ((a>='0'&&a<='9')?(a-'0'):((a>='A'&&a<='Z')?(10+a-'A'):(10+a-'a')))
#define max(a,b) (a<b?b:a)
char num[1024];
int tmp[1024],test[1024];
int pal(int l)
{
int i,j;
for(i=0,j ...
I've tried many times but still got WA
[c]#include<stdio.h>
#include<string.h>
#define turn(a) ((a>='0'&&a<='9')?(a-'0'):((a>='A'&&a<='Z')?(10+a-'A'):(10+a-'a')))
#define max(a,b) (a<b?b:a)
char num[1024];
int tmp[1024],test[1024];
int pal(int l)
{
int i,j;
for(i=0,j ...
- Tue Oct 01, 2002 3:41 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10034 - Freckles
- Replies: 101
- Views: 48941
- Tue Oct 01, 2002 3:24 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10034 - Freckles
- Replies: 101
- Views: 48941
10034 why runtime error?
what's the change after rejudge????