Search found 2 matches

by freewish
Wed Jul 07, 2004 5:56 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77222

I think there is something wrong with your input.
(Most code of mine is similar to yours, the only different is the input..)

The first character may not be the command, and each letters may be separated by more than one space.

--
hope this can help you :)
by freewish
Tue Oct 14, 2003 9:22 am
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50322

#103 Runtime Error (SIGSEGV)

I got Runtime Error (SIGSEGV) in problem 103 :cry:
Could any one tell me, what's wrong with it.
Thank you very much...

Here is my source code..


[c]#include <stdio.h>

int sub[31][31], box[31][11], maxsequence[31], maxlength;
int n, k;
void findout(int a[], int length, int position);

int ...

Go to advanced search