Search found 1 match

by riham awara
Sat Dec 10, 2011 7:08 pm
Forum: Volume 100 (10000-10099)
Topic: 10041 - Vito's Family
Replies: 90
Views: 45072

why wrong!! 10041 - Vito's Family

here is my code plz help

#include<stdio.h>
#include<math.h>
#include<stdlib.h>
int comp(const void *a,const void *b)
{
int *x=(int *)a;
int *y=(int *)b;
return *x-*y;
}

int main()
{
int test,n,i,sum,mid,middian,input[30002];
scanf("%d",&test);
while(test--)
{
scanf("%d",&n);
for(i=0;i<n;i ...

Go to advanced search