Search found 1 match

by zxzxas
Fri Feb 16, 2007 4:21 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110895

101 Upload Compile Error

Hello, I have the following code. Compile in my PC is OK ,and almost can print the right answer. But upload have many errors. I don't know why. Please.


#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define knext *n[k].next

struct head
{
int a,last,*next;
};

struct num
{
int a,*next ...

Go to advanced search