Search found 2 matches

by _Andrey_
Sat Feb 22, 2003 3:49 pm
Forum: Volume 8 (800-899)
Topic: 850 - Crypt Kicker II
Replies: 77
Views: 50394

The sample output didn't help. Can anyone suggest a piece of advice?
by _Andrey_
Mon Feb 10, 2003 8:19 pm
Forum: Volume 8 (800-899)
Topic: 850 - Crypt Kicker II
Replies: 77
Views: 50394

850 - Crypt Kicker II

I will be VERY GRATEFUL if anyone helps me with this Wrong Answer:
[c]#include <stdio.h>
#include <string.h>
#include <io.h>
#include <fcntl.h>


char mas[100][81];
char cryptstring[44],cryptlike[27];

int is_code_str(int snum)
{
int j;
char len;
for(j=0;j<26;j++) cryptlike[j]='0';
len=strlen ...

Go to advanced search