Search found 1 match

by mahmutm2
Mon Oct 12, 2009 11:31 am
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 88949

Re: 10131 - Is Bigger Smarter?

i send my code because
''your program only needs to find one" but i got WA.
Here is my code:
#include<iostream>
#include<cstdlib>
using namespace std;
int n;
struct par{
int first;
int second;
int eskiyer;
};
par dizi[100000];
int cmp(const void* a, const void *b){return ((*( par * )a).first ...

Go to advanced search