Search found 1 match

by lhp
Sun Sep 29, 2002 1:11 pm
Forum: Volume 2 (200-299)
Topic: 218 - Moth Eradication
Replies: 60
Views: 20220

218 still WA >_<

I have tried all test cases on this board, but still got WA...
Could someone help me, please?
thanx!

[c]
#include <stdio.h>
#include <stdlib.h> /* for calloc() */
#include <math.h> /* for sqrt() */
#define POS 1 /* sign(+) */
#define NEG -1 /* sign(-) */

typedef float REAL;
typedef struct node ...

Go to advanced search