I edit my code but still have same problem
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
#define TRUE 1
#define FALSE 0
int a[100][100];
int isValid(int x, int y,int block_length);
void move(int sou_i,int sou_j,int des_i,int des_j);
void clear(int num,int index_x,int index_y ...
Search found 3 matches
- Sat Sep 14, 2013 11:22 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110822
- Sat Sep 14, 2013 6:59 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110822
Re: 101 the block problem , in C Runtime Error
should add new condition for destination index ...& can any what the reason for segmentation error
- Fri Sep 06, 2013 4:53 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110822
101 the block problem , in C Runtime Error
pls help me .i trying too much to solve this problem . i dont know what is case of RE.
here is my code
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
#define TRUE 1
#define FALSE 0
int a[30][30];
int isValid(int x, int y,int block_length);
void move(int sou_i,int sou_j,int des_i ...
here is my code
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
#define TRUE 1
#define FALSE 0
int a[30][30];
int isValid(int x, int y,int block_length);
void move(int sou_i,int sou_j,int des_i ...