Hi,
Long time no posts Niaz? We are waiting for your tutorial with bated breath
Search found 5 matches
- Thu Mar 17, 2005 6:41 am
- Forum: Algorithms
- Topic: Graph Algorithm Training for Newcomer and Interested Person
- Replies: 3
- Views: 2203
- Sat Feb 21, 2004 8:32 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 109841
- Sat Feb 14, 2004 5:45 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 109841
Problem 101 - Runtime error (SIGSEGV)
[cpp]
#include <string>
#include <iostream>
using namespace std;
const int MAXNUM = 25;
enum Boolean { FALSE, TRUE };
void Reset( int *block[], int row_a, int a );
void Move( int *block[], int row_a, int a, int b );
int Find( int *block[], int a, int n );
void Initialise( int *block[], int n ...
#include <string>
#include <iostream>
using namespace std;
const int MAXNUM = 25;
enum Boolean { FALSE, TRUE };
void Reset( int *block[], int row_a, int a );
void Move( int *block[], int row_a, int a, int b );
int Find( int *block[], int a, int n );
void Initialise( int *block[], int n ...
- Fri Feb 13, 2004 5:01 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50834
Compiler Error
Helllo Everyone,
My program runs fine on my computer.
i am using gcc with -Wall and -pedantic.......but when i submit the problem via Submit-o-matic i get a compiler error............this is driving me crazy......everything seems to be right.....
please help..................
My program runs fine on my computer.
i am using gcc with -Wall and -pedantic.......but when i submit the problem via Submit-o-matic i get a compiler error............this is driving me crazy......everything seems to be right.....
please help..................
- Thu Feb 12, 2004 5:16 pm
- Forum: Volume 1 (100-199)
- Topic: 113 - Power of Cryptography
- Replies: 163
- Views: 50785