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 ...
Search found 3 matches
- Mon Aug 12, 2002 7:04 pm
- Forum: Volume 4 (400-499)
- Topic: 457 - Linear Cellular Automata
- Replies: 25
- Views: 14726
- Sun Aug 11, 2002 9:41 pm
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58003
- 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 ...
**********************************************************
program palindromes(input,output);
const
pali = ' -- is a regular palindrome.';
mstrin ...