Search found 1 match

by jtrmn
Thu Nov 15, 2007 11:00 am
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 70202

i have a problem of 10062
it sill wa
I don't know why.
please help me


#include<stdio.h>
#include<stdlib.h>
#include<math.h>
#include<string.h>
char s[1001];
int counter[128];
void count();
int main()
{int c,j;

while(fgets(s,1001,stdin))
{s[strlen(s) - 1 ] = '\0';

for(c=0;c<128;c++)
counter ...

Go to advanced search