Search found 2 matches

by Tatiana Favaro
Sun Nov 23, 2003 7:11 pm
Forum: Pascal
Topic: Input Matrix in Pascal
Replies: 3
Views: 7603

Input Matrix in Pascal

How input matriz in Pascal, like in Problem 612? Where a length do the matrix is inputed in first line...

:-?
by Tatiana Favaro
Sun Nov 02, 2003 4:27 am
Forum: Volume 6 (600-699)
Topic: 612 - DNA Sorting
Replies: 122
Views: 33801

612 - WA ?

I'm getting WA for my program. Does anyone have some thinking about this???
:roll:
[pascal]

Program t612;
var
m, n : Integer;
i, j, q, p : integer;
Maior : Integer;

DNA : array [0..50, 0..100] of Char;
count : array [0..100] of Integer;
order : array [0..100] of Integer;

Begin
while not eof do ...

Go to advanced search