Search found 2 matches

by sabuj_aiub14
Thu Jul 02, 2015 5:11 pm
Forum: Volume 2 (200-299)
Topic: 263 - Number Chains
Replies: 45
Views: 15603

Re: 263 - Number Chains

why wa pls help....
#include<iostream>
#include<cstdio>
#include<cstring>
#include<cstdlib>
using namespace std;
int a[100],b[100];
long long c[10000];
int cmpfunc2(const void *a,const void *b)
{
return (*(int*)a-*(int *)b);
}
int cmpfunc(const void *a,const void *b)
{
return (*(int*)b-*(int *)a ...
by sabuj_aiub14
Thu Jul 02, 2015 3:07 pm
Forum: Volume 2 (200-299)
Topic: 263 - Number Chains
Replies: 45
Views: 15603

Re: 263 - Number Chains

why wa???
please help...
here is my code...

#include<iostream>
#include<cstdio>
#include<cstring>
#include<cstdlib>
using namespace std;
int a[100],b[100];
int c[10000];
int cmpfunc2(const void *a,const void *b)
{
return (*(int*)a-*(int *)b);
}
int cmpfunc(const void *a,const void *b)
{
return ...

Go to advanced search