with text_io,calendar; use text_io,calendar; procedure rendez is a:integer:=0; b:integer:=0; start:time; measured_time:duration; n:integer; package duratio_io is new fixed_io(duration); use duratio_io; package int_io is new integer_io(integer); use int_io; task ta is entry a1; entry a2; entry a3; end ta; task tb is entry b1; end tb; task body ta is begin accept a1; while a