Search found 3 matches

by masti
Mon Aug 12, 2002 7:04 pm
Forum: Volume 4 (400-499)
Topic: 457 - Linear Cellular Automata
Replies: 25
Views: 14726

457 - Linear Cellular Automata

I am trying to solve the linear cellular automata problem. This is my code I get a wrong answer reply and I don't really know what's wrong about it. Thanks for help

program automata(input,output);


var
T1,T2:array [1..40] of byte;
DNA:array [0..9] of byte;
i,z:integer;

procedure print(var T ...
by masti
Sun Aug 11, 2002 9:41 pm
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58003

thanks for help I will try redesing my problem as you said
by masti
Mon Aug 05, 2002 11:07 pm
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58003

401 - complie error [pascal] :-?

I have some problems with this code. When I'am compiling it under Turbo Pascal everything is Ok but in Free Pascal I get errors. Can anyone help me?
**********************************************************
program palindromes(input,output);


const
pali = ' -- is a regular palindrome.';
mstrin ...

Go to advanced search