HI, can anyone please give me some input b'cos my below program is wrong answered..
don't know why..
#include<stdio.h>
#include<string.h>
#include<ctype.h>
#define KEYLENMAX 100
int key[KEYLENMAX];
char teks[KEYLENMAX+1],res[KEYLENMAX+1];
int main(){
int i,n,j,keylen,len,lastidx,max,idx ...
Search found 2 matches
- Sat Feb 06, 2010 12:04 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11385 - Da Vinci Code
- Replies: 70
- Views: 35209
- Sat May 23, 2009 9:03 am
- Forum: Volume 1 (100-199)
- Topic: 162 - Beggar My Neighbour
- Replies: 31
- Views: 10369
Re: 162 Beggar My Neighbour (13.08.2005)
I have the same problem like logan..
My trace is the same like him but my answer for problem's sample input is 2 43..
how come the output of the sample input became 1 44.. ?
Please, someone be kind explaining it or post the trace for the problem's sample input??
thanks..
My trace is the same like him but my answer for problem's sample input is 2 43..
how come the output of the sample input became 1 44.. ?
Please, someone be kind explaining it or post the trace for the problem's sample input??
thanks..