Search found 1 match

by Colin
Mon Apr 18, 2011 7:32 pm
Forum: Volume 109 (10900-10999)
Topic: 10927 - Bright Lights
Replies: 26
Views: 19173

Re: 10927 - Bright lights

What's wrong with my code? I get WA:

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>

typedef struct {
int x;
int y;
int h;
} punkt;

int porownaj_katy(const void *a, const void *b) {
punkt p_a, p_b;
double kat_a, kat_b;
double odleglosc_a, odleglosc_b;

p_a ...

Go to advanced search