Search found 1 match

by ossama_a
Fri Oct 25, 2002 6:40 pm
Forum: Volume 103 (10300-10399)
Topic: 10378 - Complex Numbers
Replies: 25
Views: 16065

10378 - Complex Numbers

Hi
I solved this problem and the judge didn't accept
Do anyone know something special about it?

this is my rejected solution :-?

//10378
#include<fstream>
#include<iostream>
#include<math.h>
#include<set>
using namespace std;

struct cnum
{
double a,b;
bool operator <(const cnum &n) const ...

Go to advanced search