* more precise test as suggested here: 876ae56158 (note_921869640)

This commit is contained in:
florian 2022-04-24 14:41:06 +02:00
parent 876ae56158
commit 3fac399683

View File

@ -15,7 +15,7 @@ begin
writeln(Pair.Key);
inc(count);
end;
if count=0 then
if count<>2 then
halt(1);
Map.Free;
end.