Search found 1 match

by skdls
Tue Aug 04, 2009 11:22 am
Forum: Volume 7 (700-799)
Topic: 729 - The Hamming Distance Problem
Replies: 54
Views: 21452

729 - The Hamming Distance Problem

why i get WA all of my output is right can anyone help me??????????????????
#include<stdio.h>
#include<math.h>
#include<string.h>
char str[1000];
bool used[1000];
char per[4000];
long L,t=0;

bool Issolution(long p)
{
if(p==L)
return true;
return false;
}

long con_can(long p,char can ...

Go to advanced search