Search found 1 match

by WillieLi
Thu Apr 03, 2003 6:14 am
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 69515

10062

this code got accepted but the online judge said it has presentation error..@@
could anyone examine the code below and tell me why??...
thanx a lot in advance...:D

[cpp]
#include <stdio.h>
#include <string.h>

void main()
{
int b[256],i;
char str[10000];
for(i = 0;i <= 130; i++)
{
b = 0 ...

Go to advanced search