
Search found 9 matches
- Sat Apr 05, 2003 8:01 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10093 - An Easy Problem!
- Replies: 52
- Views: 22920
- Sat Apr 05, 2003 7:50 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 69482
- Sat Apr 05, 2003 6:57 am
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 69482
- Sat Apr 05, 2003 6:48 am
- Forum: Volume 100 (10000-10099)
- Topic: 10008 - What's Cryptanalysis?
- Replies: 55
- Views: 27221
- Fri Apr 04, 2003 5:24 pm
- Forum: Volume 4 (400-499)
- Topic: 492 - Pig-Latin
- Replies: 213
- Views: 49407
- Thu Apr 03, 2003 8:41 am
- Forum: Volume 103 (10300-10399)
- Topic: 10324 - Zeros and Ones
- Replies: 179
- Views: 66996
Thanks, turuthok!
turuthok, thanks. I have started thinking in your way... Thanks again!
- Wed Apr 02, 2003 8:44 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10338 - Mischievous Children
- Replies: 56
- Views: 31424
- Wed Apr 02, 2003 8:32 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10324 - Zeros and Ones
- Replies: 179
- Views: 66996
- Wed Apr 02, 2003 8:13 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10093 - An Easy Problem!
- Replies: 52
- Views: 22920
Please help meeeeeeee
Please can anyone help me on this code? Why WA? Where is my mistake??
[c]#include<stdio.h>
#include<ctype.h>
#include<string.h>
char str[32000];
void main(void)
{
char high,low;
int i,flag;
while(gets(str))
{
high = 0, flag = 0;
for(i=0;i<strlen(str);i++)
{
if(!(isupper(str )||islower ...
[c]#include<stdio.h>
#include<ctype.h>
#include<string.h>
char str[32000];
void main(void)
{
char high,low;
int i,flag;
while(gets(str))
{
high = 0, flag = 0;
for(i=0;i<strlen(str);i++)
{
if(!(isupper(str )||islower ...