Search found 1 match

by From_1987
Thu Aug 03, 2006 10:14 pm
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 70037

10062 AC (P.E.) please help!!!

This is my code:
=================
type mt=record
c: char;
f: longint;
end;

var a: array[32..128] of mt;
j,k,fr: integer;
ch,symb: char;
cases,first: longint;
begin

cases:=0;
repeat
inc(cases);
if cases<>1 then begin writeln; writeln; end;
fillchar(a,sizeof(a),0);
repeat
read(symb ...

Go to advanced search