Дамп всех задач

This commit is contained in:
2017-05-22 13:29:43 +03:00
parent b970626fef
commit 93746b05d7
173 changed files with 2505 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
var
f: string;
t: string;
sh: int64;
n: int64;
hh: array [1..99] of int64;
begin
Assign(input, 'INPUT.TXT');
Readln(n);
for i: int64 := 1 to n+1 do
begin
hh[i]:=0;
end;
for i: int64 := 1 to n do
begin
Readln(f);
t := Copy(f, f.Length - 1, 2);
sh:=StrToInt64(t);
hh[sh]:=+1;
end;
Print('done');
end.

View File

@@ -0,0 +1,6 @@
5
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>.<2E>. 57
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>.<2E>. 84
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>.<2E>. 45
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>.<2E>. 54
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>.<2E>. 58