Search found 6 matches
- Sat Mar 24, 2007 4:55 pm
- Forum: Volume 1 (100-199)
- Topic: 109 - SCUD Busters
- Replies: 96
- Views: 36908
- Sat Mar 24, 2007 7:50 am
- Forum: Volume 1 (100-199)
- Topic: 109 - SCUD Busters
- Replies: 96
- Views: 36908
109 SCUD Busters
i Got lots of WA :o :o :o
can anyone help me!! where my error is!
the WA code are below:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define PREC 0.000000001
#define MINX -1
#define MINY -1
#define MAXKINGDOM 21
#define MAXWALL 101
//#define DEBUG
typedef struct point {
int x, y ...
can anyone help me!! where my error is!
the WA code are below:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define PREC 0.000000001
#define MINX -1
#define MINY -1
#define MAXKINGDOM 21
#define MAXWALL 101
//#define DEBUG
typedef struct point {
int x, y ...
- Sat May 20, 2006 7:19 am
- Forum: Volume 5 (500-599)
- Topic: 574 - Sum It Up
- Replies: 46
- Views: 22462
574
can any one help me i can pass all the data set find in
this board, but still cannot ac !!! any one help me or
send the source code to me...
my mail is kodderster@gmail.com thank you :) :)
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 130
int n, total, data[MAX ...
this board, but still cannot ac !!! any one help me or
send the source code to me...
my mail is kodderster@gmail.com thank you :) :)
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 130
int n, total, data[MAX ...
- Thu Apr 27, 2006 3:41 am
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317862
- Thu Apr 27, 2006 3:23 am
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317862
100 RE help me???
why my code get runtime error, it works well in my computer
can anyone help me???
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 30
struct block {
struct block *next;
int n;
} *B[MAX];
void output(int nblk)
{
struct block *t;
int i;
for (i = 0; i < nblk; i ...
can anyone help me???
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 30
struct block {
struct block *next;
int n;
} *B[MAX];
void output(int nblk)
{
struct block *t;
int i;
for (i = 0; i < nblk; i ...
- Sun Apr 23, 2006 4:55 pm
- Forum: Algorithms
- Topic: nesting boxes
- Replies: 5
- Views: 2336
lis
i think this is LIS problem
use DP to slove it!!!
use DP to slove it!!!