Search found 1 match

by wipper
Wed Sep 29, 2004 11:55 pm
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50289

103 - WA ???

Always "Wrong Answer". I don't understand why. Can anybody help me?
[cpp]
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>

#define MAX_K 30
#define MAX_N 10

char s[65535];
int k,n,i,j,max,e;
int a[MAX_K][MAX_N],b[MAX_K][MAX_K],c[MAX_K],d[MAX_K ...

Go to advanced search