I rather thank the problem setter.
Do you know why the system analyst gets high price than a programmer? Because, he has to specify the requirements of the software from his client
Search found 3 matches
- Tue Sep 12, 2006 9:42 am
- Forum: Volume 110 (11000-11099)
- Topic: 11086 - Composite Prime
- Replies: 33
- Views: 23516
- Sun Aug 27, 2006 3:29 am
- Forum: Volume 102 (10200-10299)
- Topic: 10282 - Babelfish
- Replies: 48
- Views: 27443
10282
Hi
I already got accepted in 10282.
But I
I already got accepted in 10282.
But I
- Thu Aug 24, 2006 10:56 am
- Forum: Volume 4 (400-499)
- Topic: 439 - Knight Moves
- Replies: 33
- Views: 14999
Help me correcting the 439
In my program any input will give the right output for the first time!!!
But then the output does some mysterious behavior. Where the initialize problem could be?
Here’s the code
#include<stdio.h>
const int M=100;
int dr[8]={ -2, -1, 1, 2, 2, 1, -1, -2};
int dc[8]={ 1, 2, 2, 1, -1, -2, -2, -1 ...
But then the output does some mysterious behavior. Where the initialize problem could be?
Here’s the code
#include<stdio.h>
const int M=100;
int dr[8]={ -2, -1, 1, 2, 2, 1, -1, -2};
int dc[8]={ 1, 2, 2, 1, -1, -2, -2, -1 ...